|
| CGUIAddonRenderingControl (CGUIRenderingControl *pControl) |
|
bool | Create (int x, int y, int w, int h, void *device) override |
|
void | Render () override |
|
void | Stop () override |
|
bool | IsDirty () override |
|
virtual void | Delete () |
|
|
bool(* | CBCreate )(KODI_GUI_CLIENT_HANDLE cbhdl, int x, int y, int w, int h, void *device) |
|
void(* | CBRender )(KODI_GUI_CLIENT_HANDLE cbhdl) = nullptr |
|
void(* | CBStop )(KODI_GUI_CLIENT_HANDLE cbhdl) = nullptr |
|
bool(* | CBDirty )(KODI_GUI_CLIENT_HANDLE cbhdl) = nullptr |
|
KODI_GUI_CLIENT_HANDLE | m_clientHandle = nullptr |
|
CAddonDll * | m_addon = nullptr |
|
CGUIRenderingControl * | m_control |
|
int | m_refCount = 1 |
|
|
struct | Interface_GUIControlAddonRendering |
|
◆ CBCreate
bool(* ADDON::CGUIAddonRenderingControl::CBCreate) (KODI_GUI_CLIENT_HANDLE cbhdl, int x, int y, int w, int h, void *device) |
|
protected |
The documentation for this class was generated from the following files:
- xbmc/addons/interfaces/gui/controls/Rendering.h
- xbmc/addons/interfaces/gui/controls/Rendering.cpp