ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtGraphicalElementPickMarker.hpp
Go to the documentation of this file.
1
9
10#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PICK_MARKER_HPP
11#define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PICK_MARKER_HPP
12
14
19 public:
30 const double py, const double size_px, const double size_py);
31
36
40 void DrawElement(QPainter* painter) final;
41
46 QRectF boundingRect() const final;
47
52 int type() const final;
53
54 protected:
58 double x;
59
63 double y;
64
68 double size_x;
69
73 double size_y;
74};
75
76#endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PICK_MARKER_HPP
double size_x
Definition ddtGraphicalElementPickMarker.hpp:68
double size_y
Definition ddtGraphicalElementPickMarker.hpp:73
int type() const final
Definition ddtGraphicalElementPickMarker.cpp:25
double y
Definition ddtGraphicalElementPickMarker.hpp:63
DdtGraphicalElementPickMarker(const DdtGraphicalElementProperties element_properties, const double px, const double py, const double size_px, const double size_py)
Definition ddtGraphicalElementPickMarker.cpp:12
void DrawElement(QPainter *painter) final
Definition ddtGraphicalElementPickMarker.cpp:43
double x
Definition ddtGraphicalElementPickMarker.hpp:58
QRectF boundingRect() const final
Definition ddtGraphicalElementPickMarker.cpp:33
Definition ddtGraphicalElementProperties.hpp:20
DdtGraphicalElementProperties element_properties
Definition ddtGraphicalElement.hpp:248
DdtGraphicalElement(DdtGraphicalElementProperties const &element_properties, const QString obj_name="", const QString elem_name="")
Definition ddtGraphicalElement.cpp:15
DDT Graphics. Base Class for the DDT Graphical Elements. Elements can be lines, ovals,...