Go to the documentation of this file.
16 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_SLIT_HPP
17 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_SLIT_HPP
31 const double y,
const double w,
const double h);
79 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_SLIT_HPP
double height
Definition: ddtGraphicalElementSlit.hpp:74
Definition: ddtGraphicalElementSlit.hpp:24
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:145
QRectF boundingRect() const
Definition: ddtGraphicalElementSlit.cpp:30
Definition: ddtGraphicalElement.hpp:78
DdtGraphicalElementSlit(const DdtGraphicalElementProperties element_properties, const double x, const double y, const double w, const double h)
Definition: ddtGraphicalElementSlit.cpp:21
int type() const
Definition: ddtGraphicalElementSlit.cpp:34
double x
Definition: ddtGraphicalElementSlit.hpp:59
double y
Definition: ddtGraphicalElementSlit.hpp:64
virtual void DrawElement(QPainter *painter)
Definition: ddtGraphicalElementSlit.cpp:42
double width
Definition: ddtGraphicalElementSlit.hpp:69
Definition: ddtGraphicalElementProperties.hpp:27
virtual ~DdtGraphicalElementSlit()