|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIInfoHelper.h"#include "ServiceBroker.h"#include "guilib/GUIComponent.h"#include "guilib/GUIWindow.h"#include "guilib/GUIWindowManager.h"#include "guilib/IGUIContainer.h"#include "guilib/LocalizeStrings.h"#include "playlists/PlayList.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include "windows/GUIMediaWindow.h"#include "guilib/guiinfo/GUIInfoLabels.h"Namespaces | |
| namespace | KODI |
| Controller configuration window. | |
| namespace | KODI::GUILIB |
| namespace | KODI::GUILIB::GUIINFO |
Functions | |
| std::string | KODI::GUILIB::GUIINFO::GetPlaylistLabel (int item, int playlistid) |
| CGUIWindow * | KODI::GUILIB::GUIINFO::GetWindow (int contextWindow) |
| CFileItemPtr | KODI::GUILIB::GUIINFO::GetCurrentListItemFromWindow (int contextWindow) |
| CGUIMediaWindow * | KODI::GUILIB::GUIINFO::GetMediaWindow (int contextWindow) |
| CGUIControl * | KODI::GUILIB::GUIINFO::GetActiveContainer (int containerId, 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) |