1#ifndef LIBS_GRAPHICSCOMP_CGROUPBUTTONSGRAPHICS_HPP_
2#define LIBS_GRAPHICSCOMP_CGROUPBUTTONSGRAPHICS_HPP_
27 void setColorARGB(std::string_view nameButton, std::optional<iv::types::color> colorARGB);
44 double *sizeYComp)
override;
58 void prvPosArrowsHorizontal(
double xOrg,
double yOrg,
double sizeXGroup,
double sizeYGroup,
double &xArrowOnLeftOut,
59 double &yArrowOnLeftOut,
double &xArrowOnRightOut,
double &yArrowOnRightOut)
const;
60 void prvPosArrowsVertical(
double xOrg,
double yOrg,
double sizeXGroup,
double sizeYGroup,
double &xArrowOnTopOut,
61 double &yArrowOnTopOut,
double &xArrowOnBottomOut,
double &yArrowOnBottomOut)
const;
65 const std::shared_ptr<CImageGraphics> &arrowPrevious,
66 const std::shared_ptr<CImageGraphics> &arrowNext,
IGraphics *graphics)
const;
Definition AbstractComponentGraphics.hpp:21
Definition CEventGraphics.hpp:9
Definition CLibraryImages.hpp:11
Definition CRectangleGraphics.hpp:10
Definition IGraphics.hpp:20
double height
Definition types.hpp:14
double width
Definition types.hpp:23
Definition structs.hpp:123
Definition structs.hpp:16