19#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_COMPASS_HPP
20#define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_COMPASS_HPP
39 const double y,
const double w,
const double h);
49 virtual void DrawElement(QPainter* painter)
override;
61 int type()
const override;
Definition ddtGraphicalElementCompass.hpp:27
double height
Definition ddtGraphicalElementCompass.hpp:94
virtual ~DdtGraphicalElementCompass()
QString first_axis_label
Definition ddtGraphicalElementCompass.hpp:99
int type() const override
Definition ddtGraphicalElementCompass.cpp:38
double y
Definition ddtGraphicalElementCompass.hpp:84
void SetFirstAxisLabel(const QString label)
Definition ddtGraphicalElementCompass.cpp:115
DdtGraphicalElementCompass(const DdtGraphicalElementProperties element_properties, const double x, const double y, const double w, const double h)
Definition ddtGraphicalElementCompass.cpp:25
virtual void DrawElement(QPainter *painter) override
Definition ddtGraphicalElementCompass.cpp:46
QRectF boundingRect() const override
Definition ddtGraphicalElementCompass.cpp:34
QString second_axis_label
Definition ddtGraphicalElementCompass.hpp:104
double x
Definition ddtGraphicalElementCompass.hpp:79
void SetSecondAxisLabel(const QString label)
Definition ddtGraphicalElementCompass.cpp:119
double width
Definition ddtGraphicalElementCompass.hpp:89
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,...