1#ifndef IV_SRC_UI_GRAPHICSCOMP_NOTIFICATIONINDICATORGRAPHICS_HPP_
2#define IV_SRC_UI_GRAPHICSCOMP_NOTIFICATIONINDICATORGRAPHICS_HPP_
16 const std::weak_ptr<iv::diamar::INotificationIndicator> ¬ificationIndicator,
17 IWidget *notificationPanelWidget);
25 double *sizeYComp)
override;
Definition AbstractComponentGraphics.hpp:21
Definition CEventGraphics.hpp:9
Definition CLibraryImages.hpp:11
Definition IGraphics.hpp:20
Definition NotificationIndicatorGraphics.hpp:13
NotificationIndicatorGraphics(const std::weak_ptr< iv::diamar::INotificationIndicator > ¬ificationIndicator, IWidget *notificationPanelWidget)
Definition NotificationIndicatorGraphics.cpp:8
std::weak_ptr< iv::diamar::INotificationIndicator > m_notificationIndicator
Definition NotificationIndicatorGraphics.hpp:34
void handleEvent(CEventGraphics *event, double xOrg, double yOrg) override
Definition NotificationIndicatorGraphics.cpp:50
void update(IGraphics *graphics, CLibraryImages *libraryImage) override
Definition NotificationIndicatorGraphics.cpp:22
void nextFrameChildren() override
Definition NotificationIndicatorGraphics.cpp:58
bool sizeChanged() override
Definition NotificationIndicatorGraphics.cpp:17
void drawComponent(IGraphics *graphics, const CTheme *theme) override
Definition NotificationIndicatorGraphics.cpp:45
void calculatePosGlobal(double xFather, double yFather) override
Definition NotificationIndicatorGraphics.cpp:27
void calculateSizeMin(IGraphics *graphics, const CTheme *theme, CLibraryImages *libraryImage, double *sizeXComp, double *sizeYComp) override
Definition NotificationIndicatorGraphics.cpp:32
void removeObjectDraw(IGraphics *graphics) override
Definition NotificationIndicatorGraphics.cpp:63
void distribute(IGraphics *graphics, double sizeXComp, double sizeYComp) override
Definition NotificationIndicatorGraphics.cpp:40
AbstractComponentGraphics * m_notificationPanelWidget
Definition NotificationIndicatorGraphics.hpp:35
Definition CollapsibleMenuGraphics.cpp:10