![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for ADDON::Interface_GUIDialogProgress, including all inherited members.
abort(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) | ADDON::Interface_GUIDialogProgress | static |
DeInit(AddonGlobalInterface *addonInterface) | ADDON::Interface_GUIDialogProgress | static |
delete_dialog(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) | ADDON::Interface_GUIDialogProgress | static |
get_percentage(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) | ADDON::Interface_GUIDialogProgress | static |
Init(AddonGlobalInterface *addonInterface) | ADDON::Interface_GUIDialogProgress | static |
is_canceled(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) | ADDON::Interface_GUIDialogProgress | static |
new_dialog(KODI_HANDLE kodiBase) | ADDON::Interface_GUIDialogProgress | static |
open(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) | ADDON::Interface_GUIDialogProgress | static |
set_can_cancel(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool canCancel) | ADDON::Interface_GUIDialogProgress | static |
set_heading(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, const char *heading) | ADDON::Interface_GUIDialogProgress | static |
set_line(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, unsigned int line, const char *text) | ADDON::Interface_GUIDialogProgress | static |
set_percentage(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int percentage) | ADDON::Interface_GUIDialogProgress | static |
set_progress_advance(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int nSteps) | ADDON::Interface_GUIDialogProgress | static |
set_progress_max(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int max) | ADDON::Interface_GUIDialogProgress | static |
show_progress_bar(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool bOnOff) | ADDON::Interface_GUIDialogProgress | static |