Go to the documentation of this file.
16 #ifndef DATAVISUALISATION_GRAPHICS_SRC_INCLUDE_DDT_DDTGRAPHICALELEMENTSTATRECTANGLE_HPP_
17 #define DATAVISUALISATION_GRAPHICS_SRC_INCLUDE_DDT_DDTGRAPHICALELEMENTSTATRECTANGLE_HPP_
32 const double y1,
const double x2,
const double y2);
67 QPointF
Start()
const;
125 virtual bool sceneEventFilter(QGraphicsItem* watched, QEvent* event);
126 bool HandleEvent(
CornerGrabber* corner, QEvent* event)
const;
128 void SetCornerPositions()
const;
CornerGrabber * corners[4]
Definition: ddtGraphicalElementStatRectangle.hpp:117
Definition: ddtGraphicalElementStatRectangle.hpp:25
QPointF LowerLeft() const
Definition: ddtGraphicalElementStatRectangle.cpp:75
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:132
double y1
Definition: ddtGraphicalElementStatRectangle.hpp:102
virtual ~DdtGraphicalElementStatRectangle()
Definition: ddtGraphicalElementStatRectangle.cpp:36
Definition: ddtGraphicalElement.hpp:70
virtual void DrawElement(QPainter *painter)
Definition: ddtGraphicalElementStatRectangle.cpp:84
double x1
Definition: ddtGraphicalElementStatRectangle.hpp:97
void ResetEventFilter()
Definition: ddtGraphicalElementStatRectangle.cpp:118
int type() const
Definition: ddtGraphicalElementStatRectangle.cpp:79
QPointF End() const
Definition: ddtGraphicalElementStatRectangle.cpp:67
Definition: ddtCornergrabber.hpp:22
double y2
Definition: ddtGraphicalElementStatRectangle.hpp:112
double x2
Definition: ddtGraphicalElementStatRectangle.hpp:107
QPointF Start() const
Definition: ddtGraphicalElementStatRectangle.cpp:63
void ReDrawRectangle(const QPointF p1, const QPointF p2)
Definition: ddtGraphicalElementStatRectangle.cpp:110
bool installed_event_filters
Definition: ddtGraphicalElementStatRectangle.hpp:122
Definition: ddtGraphicalElementProperties.hpp:27
QRectF boundingRect() const
Definition: ddtGraphicalElementStatRectangle.cpp:59
QPointF UpperRight() const
Definition: ddtGraphicalElementStatRectangle.cpp:71
DdtGraphicalElementStatRectangle(const DdtGraphicalElementProperties element_properties, const double x1, const double y1, const double x2, const double y2)
Definition: ddtGraphicalElementStatRectangle.cpp:22