ddt  1.0.0
ddtGraphicalElementProperties.hpp
Go to the documentation of this file.
1 
19 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PROPERTIES_HPP
20 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PROPERTIES_HPP
21 
22 #include <QBrush>
23 #include <QColor>
24 #include <QFont>
25 
30  public:
35 
40 
45 
46  /*
47  * Line colour
48  */
49  QColor line_colour;
50 
54  Qt::PenStyle line_style;
55 
59  QBrush fill_colour;
60 
65 
69  QFont text_font;
70 
74  float rotation_deg;
75 
80 
85 
89  QString tag;
90 
91  private:
95  void Init();
96 };
97 
98 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GE_PROPERTIES_HPP
99 
Definition: ddtGraphicalElementProperties.hpp:29
QBrush fill_colour
Definition: ddtGraphicalElementProperties.hpp:59
QString tag
Definition: ddtGraphicalElementProperties.hpp:89
QColor line_colour
Definition: ddtGraphicalElementProperties.hpp:49
bool fill_enable
Definition: ddtGraphicalElementProperties.hpp:64
bool show_element
Definition: ddtGraphicalElementProperties.hpp:79
QFont text_font
Definition: ddtGraphicalElementProperties.hpp:69
Qt::PenStyle line_style
Definition: ddtGraphicalElementProperties.hpp:54
float rotation_deg
Definition: ddtGraphicalElementProperties.hpp:74
int line_width_px
Definition: ddtGraphicalElementProperties.hpp:44
DdtGraphicalElementProperties()
Definition: ddtGraphicalElementProperties.cpp:21
float scale_threshold
Definition: ddtGraphicalElementProperties.hpp:84