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

#include <GUITexture.h>

Public Member Functions

 CTextureInfo ()
 
 CTextureInfo (const std::string &file)
 
 CTextureInfo (bool large, CRect bord, bool fill, int orient, std::string diff, KODI::GUILIB::GUIINFO::CGUIInfoColor color, std::string f)
 

Public Attributes

bool useLarge
 
CRect border
 
bool m_infill
 
int orientation
 
std::string diffuse
 
KODI::GUILIB::GUIINFO::CGUIInfoColor diffuseColor
 
std::string filename
 

Constructor & Destructor Documentation

◆ CTextureInfo() [1/3]

CTextureInfo::CTextureInfo ( )

◆ CTextureInfo() [2/3]

CTextureInfo::CTextureInfo ( const std::string & file)
explicit

◆ CTextureInfo() [3/3]

CTextureInfo::CTextureInfo ( bool large,
CRect bord,
bool fill,
int orient,
std::string diff,
KODI::GUILIB::GUIINFO::CGUIInfoColor color,
std::string f )
inline

Member Data Documentation

◆ border

CRect CTextureInfo::border

◆ diffuse

std::string CTextureInfo::diffuse

◆ diffuseColor

KODI::GUILIB::GUIINFO::CGUIInfoColor CTextureInfo::diffuseColor

◆ filename

std::string CTextureInfo::filename

◆ m_infill

bool CTextureInfo::m_infill
Initial value:
{
true}

◆ orientation

int CTextureInfo::orientation

◆ useLarge

bool CTextureInfo::useLarge

The documentation for this class was generated from the following files: