#include <CResourceImage.hpp>
◆ CResourceImage()
CResourceImage::CResourceImage |
( |
std::string_view | nameResource, |
|
|
uint64_t | width, |
|
|
uint64_t | height ) |
|
inline |
◆ ~CResourceImage()
virtual CResourceImage::~CResourceImage |
( |
| ) |
|
|
virtualdefault |
◆ getNameResource()
std::string CResourceImage::getNameResource |
( |
| ) |
const |
|
inlinenodiscard |
◆ getSize()
void CResourceImage::getSize |
( |
uint64_t * | width, |
|
|
uint64_t * | height ) const |
|
inline |
◆ setNameResource()
void CResourceImage::setNameResource |
( |
std::string_view | nameResource | ) |
|
|
inline |
◆ setSize()
void CResourceImage::setSize |
( |
uint64_t | width, |
|
|
uint64_t | height ) |
|
inline |
◆ m_height
uint64_t CResourceImage::m_height |
|
private |
◆ m_nameResource
std::string CResourceImage::m_nameResource |
|
private |
◆ m_width
uint64_t CResourceImage::m_width |
|
private |
The documentation for this class was generated from the following file: