Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ADDON::Interface_GUIDialogProgress Member List

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_GUIDialogProgressstatic
DeInit(AddonGlobalInterface *addonInterface)ADDON::Interface_GUIDialogProgressstatic
delete_dialog(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)ADDON::Interface_GUIDialogProgressstatic
get_percentage(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)ADDON::Interface_GUIDialogProgressstatic
Init(AddonGlobalInterface *addonInterface)ADDON::Interface_GUIDialogProgressstatic
is_canceled(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)ADDON::Interface_GUIDialogProgressstatic
new_dialog(KODI_HANDLE kodiBase)ADDON::Interface_GUIDialogProgressstatic
open(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle)ADDON::Interface_GUIDialogProgressstatic
set_can_cancel(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool canCancel)ADDON::Interface_GUIDialogProgressstatic
set_heading(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, const char *heading)ADDON::Interface_GUIDialogProgressstatic
set_line(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, unsigned int line, const char *text)ADDON::Interface_GUIDialogProgressstatic
set_percentage(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int percentage)ADDON::Interface_GUIDialogProgressstatic
set_progress_advance(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int nSteps)ADDON::Interface_GUIDialogProgressstatic
set_progress_max(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, int max)ADDON::Interface_GUIDialogProgressstatic
show_progress_bar(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool bOnOff)ADDON::Interface_GUIDialogProgressstatic