19#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PICK_MARKER_HPP
20#define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PICK_MARKER_HPP
39 const double py,
const double size_px,
const double size_py);
61 int type() const final;
Definition ddtGraphicalElementPickMarker.hpp:27
double size_x
Definition ddtGraphicalElementPickMarker.hpp:77
double size_y
Definition ddtGraphicalElementPickMarker.hpp:82
int type() const final
Definition ddtGraphicalElementPickMarker.cpp:34
double y
Definition ddtGraphicalElementPickMarker.hpp:72
~DdtGraphicalElementPickMarker()
DdtGraphicalElementPickMarker(const DdtGraphicalElementProperties element_properties, const double px, const double py, const double size_px, const double size_py)
Definition ddtGraphicalElementPickMarker.cpp:21
void DrawElement(QPainter *painter) final
Definition ddtGraphicalElementPickMarker.cpp:52
double x
Definition ddtGraphicalElementPickMarker.hpp:67
QRectF boundingRect() const final
Definition ddtGraphicalElementPickMarker.cpp:42
Definition ddtGraphicalElementProperties.hpp:29
Definition ddtGraphicalElement.hpp:89
DdtGraphicalElementProperties element_properties
Definition ddtGraphicalElement.hpp:257
DDT Graphics. Base Class for the DDT Graphical Elements. Elements can be lines, ovals,...