Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
MimicCanvasMotionHandler.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_CAD_MIMICCANVASMOTIONHANDLER_HPP_
2#define IV_SRC_UI_CAD_MIMICCANVASMOTIONHANDLER_HPP_
3
6
7namespace iv::cad
8{
9
11{
12public:
13 explicit MimicCanvasMotionHandler(CPanelMimicsDrawingArea *panelMimicsDrawingArea);
14
15private:
16 void isButtonPulsed(CEventMotion *evt) override;
17 void isButtonReleased(CEventMotion *evt) override;
18 void isKeyPressed(CEventMotion *evt) override;
19 void isMouseMoved(CEventMotion *evt) override;
20
22
24};
25
26}// namespace iv::cad
27
28#endif//IV_SRC_UI_CAD_MIMICCANVASMOTIONHANDLER_HPP_
Definition CEventMotion.hpp:15
Definition CPanelMimicsDrawingArea.hpp:32
Definition IRcpMotion.hpp:7
Definition MimicCanvasMotionHandler.hpp:11
void isKeyPressed(CEventMotion *evt) override
Definition MimicCanvasMotionHandler.cpp:245
void isButtonPulsed(CEventMotion *evt) override
Definition MimicCanvasMotionHandler.cpp:185
void isMouseMoved(CEventMotion *evt) override
Definition MimicCanvasMotionHandler.cpp:259
MimicCanvasMotionHandler(CPanelMimicsDrawingArea *panelMimicsDrawingArea)
Definition MimicCanvasMotionHandler.cpp:180
CPanelMimicsDrawingArea * m_panelMimicsDrawingAreaRef
Definition MimicCanvasMotionHandler.hpp:23
void prvSetDefaultCadListener(CEventMotion *evt) const
Definition MimicCanvasMotionHandler.cpp:294
void isButtonReleased(CEventMotion *evt) override
Definition MimicCanvasMotionHandler.cpp:215
Definition CadMimicEditorUseCases.cpp:21