Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIInfoHelper.h"
#include "FileItem.h"
#include "PlayListPlayer.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 "guilib/guiinfo/GUIInfoLabels.h"
#include "playlists/PlayList.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "windows/GUIMediaWindow.h"
Namespaces | |
namespace | KODI |
namespace | KODI::GUILIB |
namespace | KODI::GUILIB::GUIINFO |
Functions | |
std::string | KODI::GUILIB::GUIINFO::GetPlaylistLabel (int item, PLAYLIST::Id 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) |
std::shared_ptr< CGUIListItem > | 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) |