![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Namespaces | |
namespace | controls |
namespace | dialogs |
Classes | |
class | CAddonGUIControlBase |
class | CListItem |
class | CWindow |
Typedefs | |
typedef std::shared_ptr< CListItem > | ListItemPtr |
Functions | |
void | Lock () |
Performs a graphical lock of rendering engine. More... | |
void | Unlock () |
Performs a graphical unlock of previous locked rendering engine. More... | |
int | GetScreenHeight () |
Return the the current screen height with pixel. More... | |
int | GetScreenWidth () |
Return the the current screen width with pixel. More... | |
int | GetVideoResolution () |
Return the the current screen rendering resolution. More... | |
int | GetCurrentWindowDialogId () |
Returns the id for the current 'active' dialog as an integer. More... | |
int | GetCurrentWindowId () |
Returns the id for the current 'active' window as an integer. More... | |
typedef std::shared_ptr<CListItem> kodi::gui::ListItemPtr |