|
static bool | prvSearchImageStored (const std::vector< std::shared_ptr< CImageGraphics > > &imagesStored, const iv::ui::resources::ImageResource &resource, std::shared_ptr< CImageGraphics > *imageOpt) |
|
static void | prvRegisterImage (const iv::ui::resources::ImageResource &resource, const std::shared_ptr< iv::ui::graphics::Image > &img, double orgX, double orgY, double padding, std::vector< std::shared_ptr< CImageGraphics > > &imagesStored, std::shared_ptr< CImageGraphics > *imageRegisterOpt) |
|
static void | prvRegisterImage (const iv::ui::resources::ImageResource &resource, const std::shared_ptr< iv::ui::graphics::Image > &img, double orgX, double orgY, double padding, double sizeX, std::vector< std::shared_ptr< CImageGraphics > > &imagesStored, std::shared_ptr< CImageGraphics > *imageRegisterOpt) |
|
static bool | prvIsIcon (const std::shared_ptr< CImageGraphics > &image, const std::string &idImage) |
|
static std::shared_ptr< CImageGraphics > | prvGetImage (const std::vector< std::shared_ptr< CImageGraphics > > &images, const std::string &idImage) |
|