![]() |
KD Reports API Documentation
2.1
|
#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 41 of file KDReportsElementData_p.h.
| Enumerator | |
|---|---|
| Inline | |
| Block | |
| Variable | |
Definition at line 43 of file KDReportsElementData_p.h.
|
inline |
Definition at line 47 of file KDReportsElementData_p.h.
|
inline |
Definition at line 53 of file KDReportsElementData_p.h.
|
inline |
Definition at line 60 of file KDReportsElementData_p.h.
|
inline |
Definition at line 67 of file KDReportsElementData_p.h.
References operator=().
|
inline |
Definition at line 76 of file KDReportsElementData_p.h.
References m_element.
|
inline |
Definition at line 68 of file KDReportsElementData_p.h.
References KDReports::Element::clone(), m_align, m_element, m_type, and m_variableType.
Referenced by ElementData().
| union { ... } |
| Qt::AlignmentFlag KDReports::ElementData::m_align |
Definition at line 82 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
| Element* KDReports::ElementData::m_element |
Definition at line 78 of file KDReportsElementData_p.h.
Referenced by ~ElementData(), KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
| Type KDReports::ElementData::m_type |
Definition at line 79 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
| KDReports::VariableType KDReports::ElementData::m_variableType |
Definition at line 81 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
© 2007-2021 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-reports/