BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Private Types | |
enum | Child { Class = 1 , Extends = 2 , Header = 4 , SizeHint = 8 , AddPageMethod = 16 , Container = 32 , SizePolicy = 64 , Pixmap = 128 , Script = 256 , Properties = 512 , Slots = 1024 , Propertyspecifications = 2048 } |
Private Member Functions | |
DomCustomWidget (const DomCustomWidget &other) | |
void | clear (bool clear_all=true) |
void | operator= (const DomCustomWidget &other) |
Private Attributes | |
QString | m_addPageMethod |
uint | m_children |
QString | m_class |
int | m_container |
QString | m_extends |
DomHeader * | m_header |
QString | m_pixmap |
DomProperties * | m_properties |
DomPropertySpecifications * | m_propertyspecifications |
DomScript * | m_script |
DomSize * | m_sizeHint |
DomSizePolicyData * | m_sizePolicy |
DomSlots * | m_slots |
QString | m_text |
|
private |
DomCustomWidget::DomCustomWidget | ( | ) |
DomCustomWidget::~DomCustomWidget | ( | ) |
|
private |
|
private |
void DomCustomWidget::clearElementAddPageMethod | ( | ) |
void DomCustomWidget::clearElementClass | ( | ) |
void DomCustomWidget::clearElementContainer | ( | ) |
void DomCustomWidget::clearElementExtends | ( | ) |
void DomCustomWidget::clearElementHeader | ( | ) |
void DomCustomWidget::clearElementPixmap | ( | ) |
void DomCustomWidget::clearElementProperties | ( | ) |
void DomCustomWidget::clearElementPropertyspecifications | ( | ) |
void DomCustomWidget::clearElementScript | ( | ) |
void DomCustomWidget::clearElementSizeHint | ( | ) |
void DomCustomWidget::clearElementSizePolicy | ( | ) |
void DomCustomWidget::clearElementSlots | ( | ) |
|
inline |
|
inline |
|
inline |
Definition at line 1010 of file ui4_p.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
void DomCustomWidget::read | ( | QXmlStreamReader & | reader | ) |
void DomCustomWidget::setElementAddPageMethod | ( | const QString & | a | ) |
void DomCustomWidget::setElementClass | ( | const QString & | a | ) |
void DomCustomWidget::setElementContainer | ( | int | a | ) |
void DomCustomWidget::setElementExtends | ( | const QString & | a | ) |
void DomCustomWidget::setElementHeader | ( | DomHeader * | a | ) |
void DomCustomWidget::setElementPixmap | ( | const QString & | a | ) |
void DomCustomWidget::setElementProperties | ( | DomProperties * | a | ) |
void DomCustomWidget::setElementPropertyspecifications | ( | DomPropertySpecifications * | a | ) |
void DomCustomWidget::setElementScript | ( | DomScript * | a | ) |
void DomCustomWidget::setElementSizeHint | ( | DomSize * | a | ) |
void DomCustomWidget::setElementSizePolicy | ( | DomSizePolicyData * | a | ) |
void DomCustomWidget::setElementSlots | ( | DomSlots * | a | ) |
DomHeader* DomCustomWidget::takeElementHeader | ( | ) |
DomProperties* DomCustomWidget::takeElementProperties | ( | ) |
DomPropertySpecifications* DomCustomWidget::takeElementPropertyspecifications | ( | ) |
DomScript* DomCustomWidget::takeElementScript | ( | ) |
DomSize* DomCustomWidget::takeElementSizeHint | ( | ) |
DomSizePolicyData* DomCustomWidget::takeElementSizePolicy | ( | ) |
DomSlots* DomCustomWidget::takeElementSlots | ( | ) |
|
inline |
void DomCustomWidget::write | ( | QXmlStreamWriter & | writer, |
const QString & | tagName = "" |
||
) | const |
|
private |
|
private |
|
private |