![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Namespaces | |
namespace | KODI |
Controller configuration window. | |
namespace | KODI::GUILIB |
namespace | KODI::GUILIB::GUIINFO |
Typedefs | |
typedef std::shared_ptr< CGUIListItem > | CGUIListItemPtr |
Functions | |
std::string | KODI::GUILIB::GUIINFO::GetPlaylistLabel (int item, int playlistid) |
CGUIWindow * | KODI::GUILIB::GUIINFO::GetWindow (int contextWindow) |
CGUIControl * | KODI::GUILIB::GUIINFO::GetActiveContainer (int containerId, int contextWindow) |
CGUIMediaWindow * | KODI::GUILIB::GUIINFO::GetMediaWindow (int contextWindow) |
CGUIListItemPtr | KODI::GUILIB::GUIINFO::GetCurrentListItem (int contextWindow, int containerId, int itemOffset, unsigned int itemFlags) |
std::string | KODI::GUILIB::GUIINFO::GetFileInfoLabelValueFromPath (int info, const std::string &filenameAndPath) |
typedef std::shared_ptr<CGUIListItem> CGUIListItemPtr |