KD Reports API Documentation
2.2
|
#include <KDReportsElementData_p.h>
Public Types | |
enum | Type { Inline , Block , Variable , VerticalSpacing } |
Public Member Functions | |
ElementData (const ElementData &other) | |
ElementData (Element *elem) | |
ElementData (Element *elem, Qt::AlignmentFlag a) | |
ElementData (KDReports::VariableType variable) | |
ElementData (Type type, qreal value) | |
~ElementData () | |
ElementData & | operator= (const ElementData &other) |
Public Attributes | |
union { | |
Qt::AlignmentFlag m_align | |
qreal m_value | |
KDReports::VariableType m_variableType | |
}; | |
Element * | m_element |
Type | m_type: 3 |
Definition at line 35 of file KDReportsElementData_p.h.
Enumerator | |
---|---|
Inline | |
Block | |
Variable | |
VerticalSpacing |
Definition at line 37 of file KDReportsElementData_p.h.
|
inline |
Definition at line 45 of file KDReportsElementData_p.h.
|
inline |
Definition at line 51 of file KDReportsElementData_p.h.
|
inline |
Definition at line 58 of file KDReportsElementData_p.h.
|
inline |
Definition at line 65 of file KDReportsElementData_p.h.
|
inline |
Definition at line 73 of file KDReportsElementData_p.h.
References operator=().
|
inline |
Definition at line 96 of file KDReportsElementData_p.h.
References m_element.
|
inline |
Definition at line 77 of file KDReportsElementData_p.h.
References Block, KDReports::Element::clone(), Inline, m_align, m_element, m_type, m_value, m_variableType, Variable, and VerticalSpacing.
Referenced by ElementData().
union { ... } |
Qt::AlignmentFlag KDReports::ElementData::m_align |
Definition at line 105 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
Element* KDReports::ElementData::m_element |
Definition at line 101 of file KDReportsElementData_p.h.
Referenced by ~ElementData(), KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
Type KDReports::ElementData::m_type |
Definition at line 102 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
qreal KDReports::ElementData::m_value |
Definition at line 106 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), KDReports::Frame::build(), and operator=().
KDReports::VariableType KDReports::ElementData::m_variableType |
Definition at line 104 of file KDReportsElementData_p.h.
Referenced by KDReports::Cell::build(), KDReports::Frame::build(), and operator=().