#include <TTextureFactory.h>
Definition at line 18 of file TTextureFactory.h.
◆ NameEntry()
TTextureFactory::NameEntry::NameEntry |
( |
const TCHAR * | a_szName, |
|
|
TTexture * | a_pTexture ) |
Definition at line 15 of file TTextureFactory.cpp.
16{
19
21 m_pTexture = a_pTexture;
22}
static constexpr TUINT32 MAX_TEXTURENAMELEN
static TSIZE String8Length(const TCHAR *str)
static TCHAR * String8Copy(TCHAR *dst, const TCHAR *src, TSIZE size=-1)
◆ ~NameEntry()
TTextureFactory::NameEntry::~NameEntry |
( |
| ) |
|
◆ GetName()
const TCHAR * TTextureFactory::NameEntry::GetName |
( |
| ) |
const |
|
inline |
◆ GetTexture()
TTexture * TTextureFactory::NameEntry::GetTexture |
( |
| ) |
|
|
inline |
◆ MAX_TEXTURENAMELEN
TUINT32 TTextureFactory::NameEntry::MAX_TEXTURENAMELEN = 50 |
|
staticconstexpr |
The documentation for this class was generated from the following files: