Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
AddonToKodiFuncTable_kodi_gui_control_progress Struct Reference

#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)
 

Member Data Documentation

◆ get_percentage

float(* AddonToKodiFuncTable_kodi_gui_control_progress::get_percentage) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ set_percentage

void(* AddonToKodiFuncTable_kodi_gui_control_progress::set_percentage) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float percent)

◆ set_visible

void(* AddonToKodiFuncTable_kodi_gui_control_progress::set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible)

The documentation for this struct was generated from the following file: