Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | CAddonsGUIInfo |
class | CGamesGUIInfo |
class | CGUIControlsGUIInfo |
class | CGUIInfo |
class | CGUIInfoBool |
class | CGUIInfoColor |
class | CGUIInfoLabel |
class | CGUIInfoProvider |
class | CGUIInfoProviders |
class | CLibraryGUIInfo |
class | CMusicGUIInfo |
class | CPicturesGUIInfo |
class | CPlayerGUIInfo |
class | CSkinGUIInfo |
class | CSystemGUIInfo |
class | CVideoGUIInfo |
class | CVisualisationGUIInfo |
class | CWeatherGUIInfo |
class | IGUIInfoProvider |
struct | PlayerShowInfoChangedEvent |
Functions | |
std::string | GetPlaylistLabel (int item, PLAYLIST::Id playlistId) |
CGUIWindow * | GetWindow (int contextWindow) |
CFileItemPtr | GetCurrentListItemFromWindow (int contextWindow) |
CGUIMediaWindow * | GetMediaWindow (int contextWindow) |
CGUIControl * | GetActiveContainer (int containerId, int contextWindow) |
std::shared_ptr< CGUIListItem > | GetCurrentListItem (int contextWindow, int containerId, int itemOffset, unsigned int itemFlags) |
std::string | GetFileInfoLabelValueFromPath (int info, const std::string &filenameAndPath) |
CGUIControl * KODI::GUILIB::GUIINFO::GetActiveContainer | ( | int | containerId, |
int | contextWindow ) |
std::shared_ptr< CGUIListItem > KODI::GUILIB::GUIINFO::GetCurrentListItem | ( | int | contextWindow, |
int | containerId, | ||
int | itemOffset, | ||
unsigned int | itemFlags ) |
CFileItemPtr KODI::GUILIB::GUIINFO::GetCurrentListItemFromWindow | ( | int | contextWindow | ) |
std::string KODI::GUILIB::GUIINFO::GetFileInfoLabelValueFromPath | ( | int | info, |
const std::string & | filenameAndPath ) |
CGUIMediaWindow * KODI::GUILIB::GUIINFO::GetMediaWindow | ( | int | contextWindow | ) |
std::string KODI::GUILIB::GUIINFO::GetPlaylistLabel | ( | int | item, |
PLAYLIST::Id | playlistId ) |
CGUIWindow * KODI::GUILIB::GUIINFO::GetWindow | ( | int | contextWindow | ) |