10#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PICK_MARKER_HPP
11#define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PICK_MARKER_HPP
30 const double py,
const double size_px,
const double size_py);
52 int type() const final;
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()
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,...