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

#include <slider.h>

Public Attributes

void(* set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible)
 
void(* set_enabled )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled)
 
void(* reset )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
char *(* get_description )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_int_range )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int start, int end)
 
void(* set_int_value )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int value)
 
int(* get_int_value )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_int_interval )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int interval)
 
void(* set_percentage )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float percent)
 
float(* get_percentage )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_float_range )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float start, float end)
 
void(* set_float_value )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float value)
 
float(* get_float_value )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)
 
void(* set_float_interval )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float interval)
 

Member Data Documentation

◆ get_description

char *(* AddonToKodiFuncTable_kodi_gui_control_slider::get_description) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ get_float_value

float(* AddonToKodiFuncTable_kodi_gui_control_slider::get_float_value) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ get_int_value

int(* AddonToKodiFuncTable_kodi_gui_control_slider::get_int_value) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ get_percentage

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

◆ reset

void(* AddonToKodiFuncTable_kodi_gui_control_slider::reset) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle)

◆ set_enabled

void(* AddonToKodiFuncTable_kodi_gui_control_slider::set_enabled) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled)

◆ set_float_interval

void(* AddonToKodiFuncTable_kodi_gui_control_slider::set_float_interval) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float interval)

◆ set_float_range

void(* AddonToKodiFuncTable_kodi_gui_control_slider::set_float_range) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float start, float end)

◆ set_float_value

void(* AddonToKodiFuncTable_kodi_gui_control_slider::set_float_value) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float value)

◆ set_int_interval

void(* AddonToKodiFuncTable_kodi_gui_control_slider::set_int_interval) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int interval)

◆ set_int_range

void(* AddonToKodiFuncTable_kodi_gui_control_slider::set_int_range) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int start, int end)

◆ set_int_value

void(* AddonToKodiFuncTable_kodi_gui_control_slider::set_int_value) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int value)

◆ set_percentage

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

◆ set_visible

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

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