kodi
|
This is the complete list of members for ADDON::Interface_GUIDialogProgress, including all inherited members.
abort(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
DeInit(AddonGlobalInterface *addonInterface) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
delete_dialog(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
get_percentage(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
Init(AddonGlobalInterface *addonInterface) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
is_canceled(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
new_dialog(KODI_HANDLE kodiBase) | ADDON::Interface_GUIDialogProgress | static |
open(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
set_can_cancel(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool canCancel) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
set_heading(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, const char *heading) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
set_line(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, unsigned int line, const char *text) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
set_percentage(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int percentage) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
set_progress_advance(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int nSteps) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
set_progress_max(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int max) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |
show_progress_bar(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool bOnOff) (defined in ADDON::Interface_GUIDialogProgress) | ADDON::Interface_GUIDialogProgress | static |