ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtGraphicalElementProperties.hpp
Go to the documentation of this file.
1
9
10#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PROPERTIES_HPP
11#define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PROPERTIES_HPP
12
13#include <QBrush>
14#include <QColor>
15#include <QFont>
16
21 public:
26
31
36
37 /*
38 * Line colour
39 */
41
45 Qt::PenStyle line_style;
46
51
56
60 QFont text_font;
61
66
71
76
80 QString tag;
81
82 private:
86 void Init();
87};
88
89#endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PROPERTIES_HPP
QBrush fill_colour
Definition ddtGraphicalElementProperties.hpp:50
QString tag
Definition ddtGraphicalElementProperties.hpp:80
QColor line_colour
Definition ddtGraphicalElementProperties.hpp:40
bool fill_enable
Definition ddtGraphicalElementProperties.hpp:55
bool show_element
Definition ddtGraphicalElementProperties.hpp:70
QFont text_font
Definition ddtGraphicalElementProperties.hpp:60
Qt::PenStyle line_style
Definition ddtGraphicalElementProperties.hpp:45
float rotation_deg
Definition ddtGraphicalElementProperties.hpp:65
int line_width_px
Definition ddtGraphicalElementProperties.hpp:35
DdtGraphicalElementProperties()
Definition ddtGraphicalElementProperties.cpp:12
float scale_threshold
Definition ddtGraphicalElementProperties.hpp:75