#include <definitions.h>
|
| void *(* | new_dialog )(void *kodiBase, const char *title) |
| |
| void(* | delete_dialog )(void *kodiBase, void *handle) |
| |
| char *(* | get_title )(void *kodiBase, void *handle) |
| |
| void(* | set_title )(void *kodiBase, void *handle, const char *title) |
| |
| char *(* | get_text )(void *kodiBase, void *handle) |
| |
| void(* | set_text )(void *kodiBase, void *handle, const char *text) |
| |
| bool(* | is_finished )(void *kodiBase, void *handle) |
| |
| void(* | mark_finished )(void *kodiBase, void *handle) |
| |
| float(* | get_percentage )(void *kodiBase, void *handle) |
| |
| void(* | set_percentage )(void *kodiBase, void *handle, float percentage) |
| |
| void(* | set_progress )(void *kodiBase, void *handle, int currentItem, int itemCount) |
| |
§ delete_dialog
| void(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::delete_dialog) (void *kodiBase, void *handle) |
§ get_percentage
| float(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::get_percentage) (void *kodiBase, void *handle) |
§ get_text
| char*(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::get_text) (void *kodiBase, void *handle) |
§ get_title
| char*(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::get_title) (void *kodiBase, void *handle) |
§ is_finished
| bool(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::is_finished) (void *kodiBase, void *handle) |
§ mark_finished
| void(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::mark_finished) (void *kodiBase, void *handle) |
§ new_dialog
| void*(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::new_dialog) (void *kodiBase, const char *title) |
§ set_percentage
| void(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::set_percentage) (void *kodiBase, void *handle, float percentage) |
§ set_progress
| void(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::set_progress) (void *kodiBase, void *handle, int currentItem, int itemCount) |
§ set_text
| void(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::set_text) (void *kodiBase, void *handle, const char *text) |
§ set_title
| void(* AddonToKodiFuncTable_kodi_gui_dialogExtendedProgress::set_title) (void *kodiBase, void *handle, const char *title) |
The documentation for this struct was generated from the following file: