|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Simple class for passing texture detail around. More...
#include <TextureCacheJob.h>
Public Member Functions | |
| bool | operator== (const CTextureDetails &right) const |
Public Attributes | |
| int | id {-1} |
| std::string | file |
| std::string | hash |
| unsigned int | width {0} |
| unsigned int | height {0} |
| bool | updateable {false} |
| bool | hashRevalidated {false} |
Simple class for passing texture detail around.
|
inline |
| std::string CTextureDetails::file |
| std::string CTextureDetails::hash |
| bool CTextureDetails::hashRevalidated {false} |
| unsigned int CTextureDetails::height {0} |
| int CTextureDetails::id {-1} |
| bool CTextureDetails::updateable {false} |
| unsigned int CTextureDetails::width {0} |