BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Private Types | |
enum | Child { Author = 1 , Comment = 2 , ExportMacro = 4 , Class = 8 , Widget = 16 , LayoutDefault = 32 , LayoutFunction = 64 , PixmapFunction = 128 , CustomWidgets = 256 , TabStops = 512 , Images = 1024 , Includes = 2048 , Resources = 4096 , Connections = 8192 , Designerdata = 16384 , Slots = 32768 , ButtonGroups = 65536 } |
Private Member Functions | |
DomUI (const DomUI &other) | |
void | clear (bool clear_all=true) |
void | operator= (const DomUI &other) |
Private Attributes | |
QString | m_attr_displayname |
QString | m_attr_language |
int | m_attr_stdsetdef |
int | m_attr_stdSetDef |
QString | m_attr_version |
QString | m_author |
DomButtonGroups * | m_buttonGroups |
uint | m_children |
QString | m_class |
QString | m_comment |
DomConnections * | m_connections |
DomCustomWidgets * | m_customWidgets |
DomDesignerData * | m_designerdata |
QString | m_exportMacro |
bool | m_has_attr_displayname |
bool | m_has_attr_language |
bool | m_has_attr_stdsetdef |
bool | m_has_attr_stdSetDef |
bool | m_has_attr_version |
DomImages * | m_images |
DomIncludes * | m_includes |
DomLayoutDefault * | m_layoutDefault |
DomLayoutFunction * | m_layoutFunction |
QString | m_pixmapFunction |
DomResources * | m_resources |
DomSlots * | m_slots |
DomTabStops * | m_tabStops |
QString | m_text |
DomWidget * | m_widget |
|
private |
DomUI::DomUI | ( | ) |
DomUI::~DomUI | ( | ) |
|
private |
|
private |
void DomUI::clearElementAuthor | ( | ) |
void DomUI::clearElementButtonGroups | ( | ) |
void DomUI::clearElementClass | ( | ) |
void DomUI::clearElementComment | ( | ) |
void DomUI::clearElementConnections | ( | ) |
void DomUI::clearElementCustomWidgets | ( | ) |
void DomUI::clearElementDesignerdata | ( | ) |
void DomUI::clearElementExportMacro | ( | ) |
void DomUI::clearElementImages | ( | ) |
void DomUI::clearElementIncludes | ( | ) |
void DomUI::clearElementLayoutDefault | ( | ) |
void DomUI::clearElementLayoutFunction | ( | ) |
void DomUI::clearElementPixmapFunction | ( | ) |
void DomUI::clearElementResources | ( | ) |
void DomUI::clearElementSlots | ( | ) |
void DomUI::clearElementTabStops | ( | ) |
void DomUI::clearElementWidget | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
void DomUI::read | ( | QXmlStreamReader & | reader | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void DomUI::setElementAuthor | ( | const QString & | a | ) |
void DomUI::setElementButtonGroups | ( | DomButtonGroups * | a | ) |
void DomUI::setElementClass | ( | const QString & | a | ) |
void DomUI::setElementComment | ( | const QString & | a | ) |
void DomUI::setElementConnections | ( | DomConnections * | a | ) |
void DomUI::setElementCustomWidgets | ( | DomCustomWidgets * | a | ) |
void DomUI::setElementDesignerdata | ( | DomDesignerData * | a | ) |
void DomUI::setElementExportMacro | ( | const QString & | a | ) |
void DomUI::setElementImages | ( | DomImages * | a | ) |
void DomUI::setElementIncludes | ( | DomIncludes * | a | ) |
void DomUI::setElementLayoutDefault | ( | DomLayoutDefault * | a | ) |
void DomUI::setElementLayoutFunction | ( | DomLayoutFunction * | a | ) |
void DomUI::setElementPixmapFunction | ( | const QString & | a | ) |
void DomUI::setElementResources | ( | DomResources * | a | ) |
void DomUI::setElementSlots | ( | DomSlots * | a | ) |
void DomUI::setElementTabStops | ( | DomTabStops * | a | ) |
void DomUI::setElementWidget | ( | DomWidget * | a | ) |
Referenced by qdesigner_internal::WidgetBoxTreeWidget::dropWidgets().
DomButtonGroups* DomUI::takeElementButtonGroups | ( | ) |
DomConnections* DomUI::takeElementConnections | ( | ) |
DomCustomWidgets* DomUI::takeElementCustomWidgets | ( | ) |
DomDesignerData* DomUI::takeElementDesignerdata | ( | ) |
DomImages* DomUI::takeElementImages | ( | ) |
DomIncludes* DomUI::takeElementIncludes | ( | ) |
DomLayoutDefault* DomUI::takeElementLayoutDefault | ( | ) |
DomLayoutFunction* DomUI::takeElementLayoutFunction | ( | ) |
DomResources* DomUI::takeElementResources | ( | ) |
DomSlots* DomUI::takeElementSlots | ( | ) |
DomTabStops* DomUI::takeElementTabStops | ( | ) |
DomWidget* DomUI::takeElementWidget | ( | ) |
Referenced by qdesigner_internal::WidgetBoxTreeWidget::dropWidgets().
void DomUI::write | ( | QXmlStreamWriter & | writer, |
const QString & | tagName = "" |
||
) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |