|
| CHelper_libKODI_guilib () |
|
| ~CHelper_libKODI_guilib () |
|
bool | RegisterMe (void *handle) |
|
void | Lock () |
|
void | Unlock () |
|
int | GetScreenHeight () |
|
int | GetScreenWidth () |
|
int | GetVideoResolution () |
|
CAddonGUIWindow * | Window_create (const char *xmlFilename, const char *defaultSkin, bool forceFallback, bool asDialog) |
|
void | Window_destroy (CAddonGUIWindow *p) |
|
CAddonGUISpinControl * | Control_getSpin (CAddonGUIWindow *window, int controlId) |
|
void | Control_releaseSpin (CAddonGUISpinControl *p) |
|
CAddonGUIRadioButton * | Control_getRadioButton (CAddonGUIWindow *window, int controlId) |
|
void | Control_releaseRadioButton (CAddonGUIRadioButton *p) |
|
CAddonGUIProgressControl * | Control_getProgress (CAddonGUIWindow *window, int controlId) |
|
void | Control_releaseProgress (CAddonGUIProgressControl *p) |
|
CAddonListItem * | ListItem_create (const char *label, const char *label2, const char *iconImage, const char *thumbnailImage, const char *path) |
|
void | ListItem_destroy (CAddonListItem *p) |
|
CAddonGUIRenderingControl * | Control_getRendering (CAddonGUIWindow *window, int controlId) |
|
void | Control_releaseRendering (CAddonGUIRenderingControl *p) |
|
CAddonGUISliderControl * | Control_getSlider (CAddonGUIWindow *window, int controlId) |
|
void | Control_releaseSlider (CAddonGUISliderControl *p) |
|
CAddonGUISettingsSliderControl * | Control_getSettingsSlider (CAddonGUIWindow *window, int controlId) |
|
void | Control_releaseSettingsSlider (CAddonGUISettingsSliderControl *p) |
|
|
bool | Dialog_Keyboard_ShowAndGetInput (char &strText, unsigned int iMaxStringSize, const char *strHeading, bool allowEmptyResult, bool hiddenInput, unsigned int autoCloseMs=0) |
|
bool | Dialog_Keyboard_ShowAndGetInput (char &strText, unsigned int iMaxStringSize, bool allowEmptyResult, unsigned int autoCloseMs=0) |
|
bool | Dialog_Keyboard_ShowAndGetNewPassword (char &strNewPassword, unsigned int iMaxStringSize, const char *strHeading, bool allowEmptyResult, unsigned int autoCloseMs=0) |
|
bool | Dialog_Keyboard_ShowAndGetNewPassword (char &strNewPassword, unsigned int iMaxStringSize, unsigned int autoCloseMs=0) |
|
bool | Dialog_Keyboard_ShowAndVerifyNewPassword (char &strNewPassword, unsigned int iMaxStringSize, const char *strHeading, bool allowEmptyResult, unsigned int autoCloseMs=0) |
|
bool | Dialog_Keyboard_ShowAndVerifyNewPassword (char &strNewPassword, unsigned int iMaxStringSize, unsigned int autoCloseMs=0) |
|
int | Dialog_Keyboard_ShowAndVerifyPassword (char &strPassword, unsigned int iMaxStringSize, const char *strHeading, int iRetries, unsigned int autoCloseMs=0) |
|
bool | Dialog_Keyboard_ShowAndGetFilter (char &strText, unsigned int iMaxStringSize, bool searching, unsigned int autoCloseMs=0) |
|
bool | Dialog_Keyboard_SendTextToActiveKeyboard (const char *aTextString, bool closeKeyboard=false) |
|
bool | Dialog_Keyboard_isKeyboardActivated () |
|
|
bool | Dialog_Numeric_ShowAndVerifyNewPassword (char &strNewPassword, unsigned int iMaxStringSize) |
|
int | Dialog_Numeric_ShowAndVerifyPassword (char &strPassword, unsigned int iMaxStringSize, const char *strHeading, int iRetries) |
|
bool | Dialog_Numeric_ShowAndVerifyInput (char &strPassword, unsigned int iMaxStringSize, const char *strHeading, bool bGetUserInput) |
|
bool | Dialog_Numeric_ShowAndGetTime (tm &time, const char *strHeading) |
|
bool | Dialog_Numeric_ShowAndGetDate (tm &date, const char *strHeading) |
|
bool | Dialog_Numeric_ShowAndGetIPAddress (char &strIPAddress, unsigned int iMaxStringSize, const char *strHeading) |
|
bool | Dialog_Numeric_ShowAndGetNumber (char &strInput, unsigned int iMaxStringSize, const char *strHeading, unsigned int iAutoCloseTimeoutMs=0) |
|
bool | Dialog_Numeric_ShowAndGetSeconds (char &strTime, unsigned int iMaxStringSize, const char *strHeading) |
|
|
bool | Dialog_FileBrowser_ShowAndGetFile (const char *directory, const char *mask, const char *heading, char &strPath, unsigned int iMaxStringSize, bool useThumbs=false, bool useFileDirectories=false, bool singleList=false) |
|
|
void | Dialog_OK_ShowAndGetInput (const char *heading, const char *text) |
|
void | Dialog_OK_ShowAndGetInput (const char *heading, const char *line0, const char *line1, const char *line2) |
|
|
bool | Dialog_YesNo_ShowAndGetInput (const char *heading, const char *text, bool &bCanceled, const char *noLabel="", const char *yesLabel="") |
|
bool | Dialog_YesNo_ShowAndGetInput (const char *heading, const char *line0, const char *line1, const char *line2, const char *noLabel="", const char *yesLabel="") |
|
bool | Dialog_YesNo_ShowAndGetInput (const char *heading, const char *line0, const char *line1, const char *line2, bool &bCanceled, const char *noLabel="", const char *yesLabel="") |
|
|
void | Dialog_TextViewer (const char *heading, const char *text) |
|