![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <progress.h>
Public Attributes | |
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
void(* | set_percentage )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float percent) |
float(* | get_percentage )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
float(* AddonToKodiFuncTable_kodi_gui_control_progress::get_percentage) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
void(* AddonToKodiFuncTable_kodi_gui_control_progress::set_percentage) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float percent) |
void(* AddonToKodiFuncTable_kodi_gui_control_progress::set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |