Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::GUILIB::GUIINFO Namespace Reference

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)
 
CGUIWindowGetWindow (int contextWindow)
 
CFileItemPtr GetCurrentListItemFromWindow (int contextWindow)
 
CGUIMediaWindowGetMediaWindow (int contextWindow)
 
CGUIControlGetActiveContainer (int containerId, int contextWindow)
 
std::shared_ptr< CGUIListItemGetCurrentListItem (int contextWindow, int containerId, int itemOffset, unsigned int itemFlags)
 
std::string GetFileInfoLabelValueFromPath (int info, const std::string &filenameAndPath)
 

Function Documentation

◆ GetActiveContainer()

CGUIControl * KODI::GUILIB::GUIINFO::GetActiveContainer ( int containerId,
int contextWindow )

◆ GetCurrentListItem()

std::shared_ptr< CGUIListItem > KODI::GUILIB::GUIINFO::GetCurrentListItem ( int contextWindow,
int containerId,
int itemOffset,
unsigned int itemFlags )

◆ GetCurrentListItemFromWindow()

CFileItemPtr KODI::GUILIB::GUIINFO::GetCurrentListItemFromWindow ( int contextWindow)

◆ GetFileInfoLabelValueFromPath()

std::string KODI::GUILIB::GUIINFO::GetFileInfoLabelValueFromPath ( int info,
const std::string & filenameAndPath )

◆ GetMediaWindow()

CGUIMediaWindow * KODI::GUILIB::GUIINFO::GetMediaWindow ( int contextWindow)

◆ GetPlaylistLabel()

std::string KODI::GUILIB::GUIINFO::GetPlaylistLabel ( int item,
PLAYLIST::Id playlistId )

◆ GetWindow()

CGUIWindow * KODI::GUILIB::GUIINFO::GetWindow ( int contextWindow)