#include <CLibraryImages.hpp>
|
| CLibraryImages () |
|
| ~CLibraryImages () |
|
void | registerWithSize (const iv::ui::resources::ImageResource &resource, const std::shared_ptr< iv::ui::graphics::Image > &img, double padding, std::shared_ptr< CImageGraphics > *imageRegisterOpt) |
|
void | registerWithSizeInPosition (const iv::ui::resources::ImageResource &resource, const std::shared_ptr< iv::ui::graphics::Image > &img, double xPos, double yPos, double padding, std::shared_ptr< CImageGraphics > *imageRegisterOpt) |
|
void | removeAllObjectsDraw (IGraphics *graphics) |
|
std::shared_ptr< CImageGraphics > | getImage (const std::string &idImage) const |
|
std::shared_ptr< CImageGraphics > | getImageAndRegisterWithSize (const iv::ui::resources::ImageResource &resource, IGraphics *graphics, double padding) |
|
std::shared_ptr< CImageGraphics > | getImageAndRegisterWithSizeRestrictedX (const iv::ui::resources::ImageResource &resource, IGraphics *graphics, double padding) |
|
bool | existImage (const iv::ui::resources::ImageResource &resource, std::shared_ptr< CImageGraphics > *imageOpt) |
|
◆ CLibraryImages()
CLibraryImages::CLibraryImages |
( |
| ) |
|
|
default |
◆ ~CLibraryImages()
CLibraryImages::~CLibraryImages |
( |
| ) |
|
|
default |
◆ existImage()
◆ getImage()
std::shared_ptr< CImageGraphics > CLibraryImages::getImage |
( |
const std::string & | idImage | ) |
const |
|
nodiscard |
◆ getImageAndRegisterWithSize()
◆ getImageAndRegisterWithSizeRestrictedX()
◆ registerWithSize()
◆ registerWithSizeInPosition()
◆ removeAllObjectsDraw()
void CLibraryImages::removeAllObjectsDraw |
( |
IGraphics * | graphics | ) |
|
◆ m_imagesStored
std::vector<std::shared_ptr<CImageGraphics> > CLibraryImages::m_imagesStored |
|
private |
The documentation for this class was generated from the following files: