10#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_IMAGE_HPP
11#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;
QRectF boundingRect() const override
Definition ddtGraphicalElementImage.cpp:28
int y
Definition ddtGraphicalElementImage.hpp:64
int type() const override
Definition ddtGraphicalElementImage.cpp:33
QString filename
Definition ddtGraphicalElementImage.hpp:79
void DrawElement(QPainter *painter) override
Definition ddtGraphicalElementImage.cpp:40
~DdtGraphicalElementImage() override
int width
Definition ddtGraphicalElementImage.hpp:69
int height
Definition ddtGraphicalElementImage.hpp:74
int x
Definition ddtGraphicalElementImage.hpp:59
DdtGraphicalElementImage(const DdtGraphicalElementProperties &element_properties, const int x, const int y, const int width, const int height, const QString file_name)
Definition ddtGraphicalElementImage.cpp:14
Definition ddtGraphicalElementProperties.hpp:20
DdtGraphicalElementProperties element_properties
Definition ddtGraphicalElement.hpp:248
DdtGraphicalElement(DdtGraphicalElementProperties const &element_properties, const QString obj_name="", const QString elem_name="")
Definition ddtGraphicalElement.cpp:15
DDT Graphics. Base Class for the DDT Graphical Elements. Elements can be lines, ovals,...