Go to the documentation of this file.
16 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_COMPASS_HPP
17 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_COMPASS_HPP
31 const double y,
const double w,
const double h);
97 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_COMPASS_HPP
QString first_axis_label
Definition: ddtGraphicalElementCompass.hpp:89
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:145
double width
Definition: ddtGraphicalElementCompass.hpp:79
Definition: ddtGraphicalElement.hpp:78
Definition: ddtGraphicalElementCompass.hpp:24
double height
Definition: ddtGraphicalElementCompass.hpp:84
DdtGraphicalElementCompass(const DdtGraphicalElementProperties element_properties, const double x, const double y, const double w, const double h)
Definition: ddtGraphicalElementCompass.cpp:22
virtual ~DdtGraphicalElementCompass()
QString second_axis_label
Definition: ddtGraphicalElementCompass.hpp:94
void SetSecondAxisLabel(const QString label)
Definition: ddtGraphicalElementCompass.cpp:111
double y
Definition: ddtGraphicalElementCompass.hpp:74
int type() const
Definition: ddtGraphicalElementCompass.cpp:35
virtual void DrawElement(QPainter *painter)
Definition: ddtGraphicalElementCompass.cpp:43
double x
Definition: ddtGraphicalElementCompass.hpp:69
void SetFirstAxisLabel(const QString label)
Definition: ddtGraphicalElementCompass.cpp:107
Definition: ddtGraphicalElementProperties.hpp:27
QRectF boundingRect() const
Definition: ddtGraphicalElementCompass.cpp:31