|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <InfoTagGame.h>
Public Member Functions | |
| InfoTagGame (const KODI::GAME::CGameInfoTag *tag) | |
| InfoTagGame (KODI::GAME::CGameInfoTag *tag, bool offscreen=false) | |
| InfoTagGame (...) | |
| |
| ~InfoTagGame () override | |
| getTitle () | |
| |
| getPlatform () | |
| |
| getGenres () | |
| |
| getPublisher () | |
| |
| getDeveloper () | |
| |
| getOverview () | |
| |
| getYear () | |
| |
| getGameClient () | |
| |
| setTitle (...) | |
| |
| setPlatform (...) | |
| |
| setGenres (...) | |
| |
| setPublisher (...) | |
| |
| setDeveloper (...) | |
| |
| setOverview (...) | |
| |
| setYear (...) | |
| |
| setGameClient (...) | |
| |
Public Member Functions inherited from XBMCAddon::AddonClass | |
| AddonClass () | |
| virtual | ~AddonClass () |
| const char * | GetClassname () const |
| LanguageHook * | GetLanguageHook () |
| bool | isDeallocating () |
| void | Release () const |
| void | Acquire () const |
Static Public Member Functions | |
| static void | setTitleRaw (KODI::GAME::CGameInfoTag *infoTag, const String &title) |
| static void | setPlatformRaw (KODI::GAME::CGameInfoTag *infoTag, const String &platform) |
| static void | setGenresRaw (KODI::GAME::CGameInfoTag *infoTag, const std::vector< String > &genres) |
| static void | setPublisherRaw (KODI::GAME::CGameInfoTag *infoTag, const String &publisher) |
| static void | setDeveloperRaw (KODI::GAME::CGameInfoTag *infoTag, const String &developer) |
| static void | setOverviewRaw (KODI::GAME::CGameInfoTag *infoTag, const String &overview) |
| static void | setYearRaw (KODI::GAME::CGameInfoTag *infoTag, unsigned int year) |
| static void | setGameClientRaw (KODI::GAME::CGameInfoTag *infoTag, const String &gameClient) |
Static Public Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNumAddonClasses () |
Additional Inherited Members | |
Protected Member Functions inherited from XBMCAddon::AddonClass | |
| virtual void | deallocating () |
Static Protected Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNextClassIndex () |
Protected Attributes inherited from XBMCAddon::AddonClass | |
| LanguageHook * | languageHook |