![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <GUITexture.h>
Public Member Functions | |
CTextureInfo () | |
CTextureInfo (const std::string &file) | |
CTextureInfo & | operator= (const CTextureInfo &right) |
Public Attributes | |
bool | useLarge |
CRect | border |
int | orientation |
std::string | diffuse |
KODI::GUILIB::GUIINFO::CGUIInfoColor | diffuseColor |
std::string | filename |
CTextureInfo::CTextureInfo | ( | ) |
|
explicit |
CTextureInfo & CTextureInfo::operator= | ( | const CTextureInfo & | right | ) |
CRect CTextureInfo::border |
std::string CTextureInfo::diffuse |
KODI::GUILIB::GUIINFO::CGUIInfoColor CTextureInfo::diffuseColor |
std::string CTextureInfo::filename |
int CTextureInfo::orientation |
bool CTextureInfo::useLarge |