Go to the documentation of this file.
16 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_RECTANGLE_HPP
17 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_RECTANGLE_HPP
79 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_RECTANGLE_HPP
QRectF boundingRect() const
Definition: ddtGraphicalElementRectangle.cpp:27
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:145
int y
Definition: ddtGraphicalElementRectangle.hpp:64
Definition: ddtGraphicalElement.hpp:78
int type() const
Definition: ddtGraphicalElementRectangle.cpp:31
int width
Definition: ddtGraphicalElementRectangle.hpp:69
virtual ~DdtGraphicalElementRectangle()
Definition: ddtGraphicalElementRectangle.hpp:24
DdtGraphicalElementRectangle(DdtGraphicalElementProperties element_properties, int x, int y, int w, int h)
Definition: ddtGraphicalElementRectangle.cpp:18
virtual void DrawElement(QPainter *painter)
Definition: ddtGraphicalElementRectangle.cpp:39
int x
Definition: ddtGraphicalElementRectangle.hpp:59
int height
Definition: ddtGraphicalElementRectangle.hpp:74
Definition: ddtGraphicalElementProperties.hpp:27