Go to the documentation of this file.
16 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_ELLIPSE_HPP
17 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_ELLIPSE_HPP
79 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_ELLIPSE_HPP
int r1
Definition: ddtGraphicalElementEllipse.hpp:69
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:145
Definition: ddtGraphicalElementEllipse.hpp:24
Definition: ddtGraphicalElement.hpp:78
int x
Definition: ddtGraphicalElementEllipse.hpp:59
virtual ~DdtGraphicalElementEllipse()
int r2
Definition: ddtGraphicalElementEllipse.hpp:74
QRectF boundingRect() const
Definition: ddtGraphicalElementEllipse.cpp:35
int y
Definition: ddtGraphicalElementEllipse.hpp:64
int type() const
Definition: ddtGraphicalElementEllipse.cpp:27
virtual void DrawElement(QPainter *painter)
Definition: ddtGraphicalElementEllipse.cpp:40
Definition: ddtGraphicalElementProperties.hpp:27
DdtGraphicalElementEllipse(DdtGraphicalElementProperties element_properties, int x, int y, int r1, int r2)
Definition: ddtGraphicalElementEllipse.cpp:18