|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <libKODI_guilib.h>
Public Member Functions | |
| CAddonGUIRadioButton (AddonCB *hdl, KodiAPI::GUI::CB_GUILib *cb, CAddonGUIWindow *window, int controlId) | |
| ~CAddonGUIRadioButton () override=default | |
| void | SetVisible (bool yesNo) |
| void | SetText (const char *label) |
| void | SetSelected (bool yesNo) |
| bool | IsSelected () |
Public Member Functions inherited from CAddonGUIControlBase | |
| GUIHANDLE | GetControlHandle () const |
Additional Inherited Members | |
Protected Member Functions inherited from CAddonGUIControlBase | |
| CAddonGUIControlBase (AddonCB *hdl, KodiAPI::GUI::CB_GUILib *cb, CAddonGUIControlBase *window) | |
| virtual | ~CAddonGUIControlBase ()=default |
Protected Attributes inherited from CAddonGUIControlBase | |
| GUIHANDLE | m_controlHandle |
| AddonCB * | m_Handle |
| KodiAPI::GUI::CB_GUILib * | m_cb |
| CAddonGUIControlBase * | m_Window |
|
inline |
|
overridedefault |
|
inline |
|
inline |
|
inline |
|
inline |