ddt 1.2.1
|
#include <ddtGraphicalElementProperties.hpp>
Public Attributes | |
int | line_width_px |
QColor | line_colour |
Qt::PenStyle | line_style |
QBrush | fill_colour |
bool | fill_enable |
QFont | text_font |
float | rotation_deg |
bool | show_element |
float | scale_threshold |
QString | tag |
DdtGraphicalElementProperties () | |
virtual | ~DdtGraphicalElementProperties () |
Class for the common properties of graphical elements
|
explicit |
Constructor
|
virtualdefault |
Destructor
QBrush DdtGraphicalElementProperties::fill_colour |
Fill colour
bool DdtGraphicalElementProperties::fill_enable |
Fill e
QColor DdtGraphicalElementProperties::line_colour |
Qt::PenStyle DdtGraphicalElementProperties::line_style |
Line style
int DdtGraphicalElementProperties::line_width_px |
Line with in pixel
float DdtGraphicalElementProperties::rotation_deg |
Rotation angle in deg
float DdtGraphicalElementProperties::scale_threshold |
Scale factor threshold for hiding the element
bool DdtGraphicalElementProperties::show_element |
Show/hide flag
QString DdtGraphicalElementProperties::tag |
Tag of the element
QFont DdtGraphicalElementProperties::text_font |
Text font