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:32
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:132
int y
Definition: ddtGraphicalElementRectangle.hpp:64
Definition: ddtGraphicalElement.hpp:70
int type() const
Definition: ddtGraphicalElementRectangle.cpp:36
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:41
int x
Definition: ddtGraphicalElementRectangle.hpp:59
int height
Definition: ddtGraphicalElementRectangle.hpp:74
Definition: ddtGraphicalElementProperties.hpp:27