ddt  0.1
Public Member Functions | Public Attributes | List of all members
DdtGraphicalElementProperties Class Reference

#include <ddtGraphicalElementProperties.hpp>

Public Member Functions

 DdtGraphicalElementProperties ()
 
virtual ~DdtGraphicalElementProperties ()
 

Public Attributes

int line_width_px
 
QColor line_colour
 
Qt::PenStyle line_style
 
QBrush fill_colour
 
QFont text_font
 
float rotation_deg
 
bool show_element
 
float scale_threshold
 
QString tag
 

Detailed Description

Class for the common properties of graphical elements

Constructor & Destructor Documentation

◆ DdtGraphicalElementProperties()

DdtGraphicalElementProperties::DdtGraphicalElementProperties ( )
explicit

Constructor

◆ ~DdtGraphicalElementProperties()

DdtGraphicalElementProperties::~DdtGraphicalElementProperties ( )
virtualdefault

Destructor

Member Data Documentation

◆ fill_colour

QBrush DdtGraphicalElementProperties::fill_colour

Fill colour

◆ line_colour

QColor DdtGraphicalElementProperties::line_colour

◆ line_style

Qt::PenStyle DdtGraphicalElementProperties::line_style

Line style

◆ line_width_px

int DdtGraphicalElementProperties::line_width_px

Line with in pixel

◆ rotation_deg

float DdtGraphicalElementProperties::rotation_deg

Rotation angle in deg

◆ scale_threshold

float DdtGraphicalElementProperties::scale_threshold

Scale factor threshold for hiding the element

◆ show_element

bool DdtGraphicalElementProperties::show_element

Show/hide flag

◆ tag

QString DdtGraphicalElementProperties::tag

Tag of the element

◆ text_font

QFont DdtGraphicalElementProperties::text_font

Text font


The documentation for this class was generated from the following files: