Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
CTextureDetails Class Reference

Simple class for passing texture detail around. More...

#include <TextureCacheJob.h>

Public Member Functions

 CTextureDetails ()
 
bool operator== (const CTextureDetails &right) const
 

Public Attributes

int id
 
std::string file
 
std::string hash
 
unsigned int width
 
unsigned int height
 
bool updateable
 

Detailed Description

Simple class for passing texture detail around.

Constructor & Destructor Documentation

§ CTextureDetails()

CTextureDetails::CTextureDetails ( )
inline

Member Function Documentation

§ operator==()

bool CTextureDetails::operator== ( const CTextureDetails right) const
inline

Member Data Documentation

§ file

std::string CTextureDetails::file

§ hash

std::string CTextureDetails::hash

§ height

unsigned int CTextureDetails::height

§ id

int CTextureDetails::id

§ updateable

bool CTextureDetails::updateable

§ width

unsigned int CTextureDetails::width

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