kodi
|
Public Member Functions | |
CGameWindowFullScreenText (CGUIWindow &fullscreenWindow) | |
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. | |