Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::RETRO::CGameWindowFullScreenText Class Reference

#include <GameWindowFullScreenText.h>

Public Member Functions

 CGameWindowFullScreenText (CGUIWindow &fullscreenWindow)
 
 ~CGameWindowFullScreenText ()=default
 
void OnWindowLoaded ()
 
void FrameMove ()
 
const std::string & GetText (unsigned int lineIndex) const
 Get a line of text.
 
void SetText (unsigned int lineIndex, std::string line)
 Set a line of text.
 
const std::vector< std::string > & GetText () const
 Get entire text.
 
void SetText (std::vector< std::string > text)
 Set entire text.
 

Constructor & Destructor Documentation

◆ CGameWindowFullScreenText()

CGameWindowFullScreenText::CGameWindowFullScreenText ( CGUIWindow & fullscreenWindow)

◆ ~CGameWindowFullScreenText()

KODI::RETRO::CGameWindowFullScreenText::~CGameWindowFullScreenText ( )
default

Member Function Documentation

◆ FrameMove()

void CGameWindowFullScreenText::FrameMove ( )

◆ GetText() [1/2]

const std::vector< std::string > & CGameWindowFullScreenText::GetText ( ) const

Get entire text.

◆ GetText() [2/2]

const std::string & CGameWindowFullScreenText::GetText ( unsigned int lineIndex) const

Get a line of text.

◆ OnWindowLoaded()

void CGameWindowFullScreenText::OnWindowLoaded ( )

◆ SetText() [1/2]

void CGameWindowFullScreenText::SetText ( std::vector< std::string > text)

Set entire text.

◆ SetText() [2/2]

void CGameWindowFullScreenText::SetText ( unsigned int lineIndex,
std::string line )

Set a line of text.


The documentation for this class was generated from the following files: