Go to the documentation of this file.
16 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_LINE_HPP
17 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_LINE_HPP
79 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_LINE_HPP
int y1
Definition: ddtGraphicalElementLine.hpp:64
virtual void DrawElement(QPainter *painter)
Definition: ddtGraphicalElementLine.cpp:45
DdtGraphicalElementLine(DdtGraphicalElementProperties element_properties, int x1, int y1, int x2, int y2)
Definition: ddtGraphicalElementLine.cpp:20
virtual ~DdtGraphicalElementLine()
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:145
Definition: ddtGraphicalElement.hpp:78
int y2
Definition: ddtGraphicalElementLine.hpp:74
Definition: ddtGraphicalElementLine.hpp:24
int type() const
Definition: ddtGraphicalElementLine.cpp:37
QRectF boundingRect() const
Definition: ddtGraphicalElementLine.cpp:29
int x1
Definition: ddtGraphicalElementLine.hpp:59
int x2
Definition: ddtGraphicalElementLine.hpp:69
Definition: ddtGraphicalElementProperties.hpp:27