Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
GUIInfoHelper.h File Reference
#include <memory>
#include <string>
#include "PlayListPlayer.h"

Namespaces

namespace  KODI
 Controller configuration window.
 
namespace  KODI::GUILIB
 
namespace  KODI::GUILIB::GUIINFO
 

Typedefs

typedef std::shared_ptr< CGUIListItemCGUIListItemPtr
 

Functions

std::string KODI::GUILIB::GUIINFO::GetPlaylistLabel (int item, int playlistid)
 
CGUIWindowKODI::GUILIB::GUIINFO::GetWindow (int contextWindow)
 
CGUIControlKODI::GUILIB::GUIINFO::GetActiveContainer (int containerId, int contextWindow)
 
CGUIMediaWindowKODI::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 Documentation

◆ CGUIListItemPtr

typedef std::shared_ptr<CGUIListItem> CGUIListItemPtr