Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
ModuleXbmcgui.cpp File Reference

Namespaces

 XBMCAddon
 
 XBMCAddon::xbmcgui
 

Macros

#define NOTIFICATION_INFO   "info"
 
#define NOTIFICATION_WARNING   "warning"
 
#define NOTIFICATION_ERROR   "error"
 

Functions

long XBMCAddon::xbmcgui::getCurrentWindowId ()
 

Function: xbmcgui.getCurrentWindowId()


Returns the id for the current 'active' window as an integer. More...

 
long XBMCAddon::xbmcgui::getCurrentWindowDialogId ()
 

Function: xbmcgui.getCurrentWindowDialogId()


Returns the id for the current 'active' dialog as an integer. More...

 
long XBMCAddon::xbmcgui::getScreenHeight ()
 

Function: getScreenHeight()


Returns the height of this screen. More...

 
long XBMCAddon::xbmcgui::getScreenWidth ()
 

Function: getScreenWidth()


Returns the width of this screen. More...

 
const char * XBMCAddon::xbmcgui::getNOTIFICATION_INFO ()
 
const char * XBMCAddon::xbmcgui::getNOTIFICATION_WARNING ()
 
const char * XBMCAddon::xbmcgui::getNOTIFICATION_ERROR ()
 

Macro Definition Documentation

§ NOTIFICATION_ERROR

#define NOTIFICATION_ERROR   "error"

§ NOTIFICATION_INFO

#define NOTIFICATION_INFO   "info"

§ NOTIFICATION_WARNING

#define NOTIFICATION_WARNING   "warning"