Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::xbmc::InfoTagGame Class Reference

#include <InfoTagGame.h>

Inheritance diagram for XBMCAddon::xbmc::InfoTagGame:
XBMCAddon::AddonClass

Public Member Functions

 InfoTagGame (const KODI::GAME::CGameInfoTag *tag)
 
 InfoTagGame (KODI::GAME::CGameInfoTag *tag, bool offscreen=false)
 
 InfoTagGame (...)
 

Function: xbmc.InfoTagGame([offscreen])


Create a game info tag.
 
 ~InfoTagGame () override
 
 getTitle ()
 

Function: getTitle()


Gets the title of the game.
 
 getPlatform ()
 

Function: getPlatform()


Gets the platform on which the game is run.
 
 getGenres ()
 

Function: getGenres()


Gets the genres of the game.
 
 getPublisher ()
 

Function: getPublisher()


Gets the publisher of the game.
 
 getDeveloper ()
 

Function: getDeveloper()


Gets the developer of the game.
 
 getOverview ()
 

Function: getOverview()


Gets the overview of the game.
 
 getYear ()
 

Function: getYear()


Gets the year in which the game was published.
 
 getGameClient ()
 

Function: getGameClient()


Gets the add-on ID of the game client executing the game.
 
 setTitle (...)
 

Function: setTitle(title)


Sets the title of the game.
 
 setPlatform (...)
 

Function: setPlatform(platform)


Sets the platform on which the game is run.
 
 setGenres (...)
 

Function: setGenres(genres)


Sets the genres of the game.
 
 setPublisher (...)
 

Function: setPublisher(publisher)


Sets the publisher of the game.
 
 setDeveloper (...)
 

Function: setDeveloper(developer)


Sets the developer of the game.
 
 setOverview (...)
 

Function: setOverview(overview)


Sets the overview of the game.
 
 setYear (...)
 

Function: setYear(year)


Sets the year in which the game was published.
 
 setGameClient (...)
 

Function: setGameClient(gameClient)


Sets the add-on ID of the game client executing the game.
 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
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
LanguageHooklanguageHook
 

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