QElectroTech 0.100.0-dev
|
#include <dimension.h>
Public Member Functions | |
TitleBlockDimension (int, QET::TitleBlockColumnLength=QET::Absolute) | |
QString | toString () const |
QString | toShortString () const |
Public Attributes | |
QET::TitleBlockColumnLength | type |
Kind of length. | |
int | value |
Numeric value. | |
This struct is a simple container associating a length with its type.
TitleBlockDimension::TitleBlockDimension | ( | int | v, |
QET::TitleBlockColumnLength | t = QET::Absolute |
||
) |
Constructor
v | Numeric value for this dimension |
t | Kind of length, determining how to interpret the numeric value |
QString TitleBlockDimension::toShortString | ( | ) | const |
QString TitleBlockDimension::toString | ( | ) | const |
QET::TitleBlockColumnLength TitleBlockDimension::type |
Kind of length.
int TitleBlockDimension::value |
Numeric value.