Go to the documentation of this file.
16 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_IMAGE_HPP
17 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_IMAGE_HPP
31 const int y,
const int width,
const int height,
const QString file_name);
53 int type()
const override;
82 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_IMAGE_HPP
QRectF boundingRect() const override
Definition: ddtGraphicalElementImage.cpp:34
DdtGraphicalElementProperties element_properties
Definition: ddtGraphicalElement.hpp:145
Definition: ddtGraphicalElement.hpp:78
int x
Definition: ddtGraphicalElementImage.hpp:59
int width
Definition: ddtGraphicalElementImage.hpp:69
QString filename
Definition: ddtGraphicalElementImage.hpp:79
int height
Definition: ddtGraphicalElementImage.hpp:74
void DrawElement(QPainter *painter) override
Definition: ddtGraphicalElementImage.cpp:46
DdtGraphicalElementImage(const DdtGraphicalElementProperties &element_properties, const int x, const int y, const int width, const int height, const QString file_name)
Definition: ddtGraphicalElementImage.cpp:20
int type() const override
Definition: ddtGraphicalElementImage.cpp:39
~DdtGraphicalElementImage() override
Definition: ddtGraphicalElementImage.hpp:24
Definition: ddtGraphicalElementProperties.hpp:27
int y
Definition: ddtGraphicalElementImage.hpp:64