1#ifndef LIBS_GRAPHICSCOMP_CBUTTONGRAPHICS_HPP_
2#define LIBS_GRAPHICSCOMP_CBUTTONGRAPHICS_HPP_
22 CButtonGraphics(
const std::string &txtButtonOpt,
const std::shared_ptr<CImageGraphics> &imageOpt,
25 CButtonGraphics(
const std::string &txtButtonOpt,
const std::shared_ptr<CImageGraphics> &imageOpt,
27 bool enableFlashClick =
true);
38 void updateButton(
const std::string &txtButton,
const std::shared_ptr<CImageGraphics> &imageOpt,
44 void setColorARGB(std::optional<iv::types::color> colorARGB);
56 double *sizeYComp)
override;
Definition AbstractClickComponentGUI.hpp:10
Definition AbstractComponentGraphics.hpp:21
EImagePosition
Definition CEnumComponentsGUI.hpp:81
Definition CEventGraphics.hpp:9
Definition CLibraryImages.hpp:11
Definition IGraphics.hpp:20
Definition IListenerClickGraphics.hpp:7
Definition MonotonicTimer.hpp:12
eButtonBlinkType
Definition enums.hpp:8
uint32_t color
Definition types.hpp:12