![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <Image.h>
Public Member Functions | |
CImage (CWindow *window, int controlId) | |
Construct a new control. More... | |
~CImage () override=default | |
Destructor. More... | |
void | SetVisible (bool visible) |
Set the control on window to visible. More... | |
void | SetFileName (const std::string &filename, bool useCache=true) |
To set the filename used on image control. More... | |
void | SetColorDiffuse (uint32_t colorDiffuse) |
To set set the diffuse color on image. More... | |
![]() | |
GUIHANDLE | GetControlHandle () const |
Additional Inherited Members | |
![]() | |
CAddonGUIControlBase (CAddonGUIControlBase *window) | |
virtual | ~CAddonGUIControlBase ()=default |
![]() | |
GUIHANDLE | m_controlHandle |
AddonToKodiFuncTable_Addon * | m_interface |
CAddonGUIControlBase * | m_Window |