#include <CImageGraphics.hpp>
|
| CImageGraphics (const std::string &idImage, const std::shared_ptr< iv::ui::graphics::Image > &image) |
|
virtual | ~CImageGraphics () |
|
bool | operator== (const CImageGraphics &b) const |
|
void | distribute (double xOrg, double yOrg, double zDepth, double padding, double sizeX, double sizeY) |
|
void | drawInPos (IGraphics *graphics, double xPos, double yPos) |
|
void | draw (IGraphics *graphics) |
|
void | removeObjectDraw (IGraphics *graphics) |
|
void | getPos (double *xPos, double *yPos) const |
|
void | getSize (double *sizeX, double *sizeY) const |
|
bool | isDefined () const |
|
bool | isIdImage (const std::string &idImage) const |
|
◆ CImageGraphics()
CImageGraphics::CImageGraphics |
( |
const std::string & | idImage, |
|
|
const std::shared_ptr< iv::ui::graphics::Image > & | image ) |
◆ ~CImageGraphics()
CImageGraphics::~CImageGraphics |
( |
| ) |
|
|
virtual |
◆ distribute()
void CImageGraphics::distribute |
( |
double | xOrg, |
|
|
double | yOrg, |
|
|
double | zDepth, |
|
|
double | padding, |
|
|
double | sizeX, |
|
|
double | sizeY ) |
◆ draw()
void CImageGraphics::draw |
( |
IGraphics * | graphics | ) |
|
◆ drawInPos()
void CImageGraphics::drawInPos |
( |
IGraphics * | graphics, |
|
|
double | xPos, |
|
|
double | yPos ) |
◆ getPos()
void CImageGraphics::getPos |
( |
double * | xPos, |
|
|
double * | yPos ) const |
◆ getSize()
void CImageGraphics::getSize |
( |
double * | sizeX, |
|
|
double * | sizeY ) const |
◆ isDefined()
bool CImageGraphics::isDefined |
( |
| ) |
const |
|
nodiscard |
◆ isIdImage()
bool CImageGraphics::isIdImage |
( |
const std::string & | idImage | ) |
const |
|
nodiscard |
◆ operator==()
◆ prvDrawImage()
void CImageGraphics::prvDrawImage |
( |
class IGraphics * | graphics | ) |
|
|
private |
◆ removeObjectDraw()
void CImageGraphics::removeObjectDraw |
( |
IGraphics * | graphics | ) |
|
◆ m_idImage
std::string CImageGraphics::m_idImage |
|
private |
◆ m_isDefined
bool CImageGraphics::m_isDefined |
|
private |
◆ m_material
◆ m_rectangle
The documentation for this class was generated from the following files: