![]() |
KD Reports API Documentation
2.0
|
#include <KDReportsElementData_p.h>

Public Types | |
| enum | Type { Inline, Block, Variable } |
Public Member Functions | |
| ElementData (const ElementData &other) | |
| ElementData (Element *elem) | |
| ElementData (Element *elem, Qt::AlignmentFlag a) | |
| ElementData (KDReports::VariableType variable) | |
| ~ElementData () | |
| ElementData & | operator= (const ElementData &other) |
Public Attributes | |
| union { | |
| Qt::AlignmentFlag m_align | |
| KDReports::VariableType m_variableType | |
| }; | |
| Element * | m_element |
| Type | m_type: 3 |
Definition at line 55 of file KDReportsElementData_p.h.
| Enumerator | |
|---|---|
| Inline | |
| Block | |
| Variable | |
Definition at line 71 of file KDReportsElementData_p.h.
|
inline |
Definition at line 75 of file KDReportsElementData_p.h.
|
inline |
Definition at line 81 of file KDReportsElementData_p.h.
|
inline |
Definition at line 88 of file KDReportsElementData_p.h.
|
inline |
Definition at line 95 of file KDReportsElementData_p.h.
|
inline |
Definition at line 104 of file KDReportsElementData_p.h.
|
inline |
Definition at line 96 of file KDReportsElementData_p.h.
| union { ... } |
| Qt::AlignmentFlag KDReports::ElementData::m_align |
Definition at line 110 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), and KDReports::Frame::build().
| Element* KDReports::ElementData::m_element |
Definition at line 106 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), and KDReports::Frame::build().
| Type KDReports::ElementData::m_type |
Definition at line 107 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), and KDReports::Frame::build().
| KDReports::VariableType KDReports::ElementData::m_variableType |
Definition at line 109 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), and KDReports::Frame::build().
© 2007-2021 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-reports/