Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
DomLayout Class Reference

#include <ui4.h>

+ Collaboration diagram for DomLayout:

Public Member Functions

 DomLayout ()=default
 
 ~DomLayout ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
bool hasAttributeClass () const
 
QString attributeClass () const
 
void setAttributeClass (const QString &a)
 
void clearAttributeClass ()
 
bool hasAttributeName () const
 
QString attributeName () const
 
void setAttributeName (const QString &a)
 
void clearAttributeName ()
 
bool hasAttributeStretch () const
 
QString attributeStretch () const
 
void setAttributeStretch (const QString &a)
 
void clearAttributeStretch ()
 
bool hasAttributeRowStretch () const
 
QString attributeRowStretch () const
 
void setAttributeRowStretch (const QString &a)
 
void clearAttributeRowStretch ()
 
bool hasAttributeColumnStretch () const
 
QString attributeColumnStretch () const
 
void setAttributeColumnStretch (const QString &a)
 
void clearAttributeColumnStretch ()
 
bool hasAttributeRowMinimumHeight () const
 
QString attributeRowMinimumHeight () const
 
void setAttributeRowMinimumHeight (const QString &a)
 
void clearAttributeRowMinimumHeight ()
 
bool hasAttributeColumnMinimumWidth () const
 
QString attributeColumnMinimumWidth () const
 
void setAttributeColumnMinimumWidth (const QString &a)
 
void clearAttributeColumnMinimumWidth ()
 
QList< DomProperty * > elementProperty () const
 
void setElementProperty (const QList< DomProperty * > &a)
 
QList< DomProperty * > elementAttribute () const
 
void setElementAttribute (const QList< DomProperty * > &a)
 
QList< DomLayoutItem * > elementItem () const
 
void setElementItem (const QList< DomLayoutItem * > &a)
 

Detailed Description

Definition at line 822 of file ui4.h.

Constructor & Destructor Documentation

◆ DomLayout()

DomLayout::DomLayout ( )
default

◆ ~DomLayout()

DomLayout::~DomLayout ( )

Definition at line 1582 of file ui4.cpp.

References QList< T >::clear(), and qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ attributeClass()

QString DomLayout::attributeClass ( ) const
inline

Definition at line 833 of file ui4.h.

Referenced by CPP::WriteDeclaration::acceptLayout(), CPP::WriteInitialization::acceptLayout(), WriteIncludesBase::acceptLayout(), and write().

+ Here is the caller graph for this function:

◆ attributeColumnMinimumWidth()

QString DomLayout::attributeColumnMinimumWidth ( ) const
inline

Definition at line 863 of file ui4.h.

Referenced by CPP::WriteInitialization::acceptLayout(), and write().

+ Here is the caller graph for this function:

◆ attributeColumnStretch()

QString DomLayout::attributeColumnStretch ( ) const
inline

Definition at line 853 of file ui4.h.

Referenced by CPP::WriteInitialization::acceptLayout(), and write().

+ Here is the caller graph for this function:

◆ attributeName()

QString DomLayout::attributeName ( ) const
inline

Definition at line 838 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeRowMinimumHeight()

QString DomLayout::attributeRowMinimumHeight ( ) const
inline

Definition at line 858 of file ui4.h.

Referenced by CPP::WriteInitialization::acceptLayout(), and write().

+ Here is the caller graph for this function:

◆ attributeRowStretch()

QString DomLayout::attributeRowStretch ( ) const
inline

Definition at line 848 of file ui4.h.

Referenced by CPP::WriteInitialization::acceptLayout(), and write().

+ Here is the caller graph for this function:

◆ attributeStretch()

QString DomLayout::attributeStretch ( ) const
inline

Definition at line 843 of file ui4.h.

Referenced by CPP::WriteInitialization::acceptLayout(), and write().

+ Here is the caller graph for this function:

◆ clearAttributeClass()

void DomLayout::clearAttributeClass ( )
inline

Definition at line 835 of file ui4.h.

◆ clearAttributeColumnMinimumWidth()

void DomLayout::clearAttributeColumnMinimumWidth ( )
inline

Definition at line 865 of file ui4.h.

◆ clearAttributeColumnStretch()

void DomLayout::clearAttributeColumnStretch ( )
inline

Definition at line 855 of file ui4.h.

◆ clearAttributeName()

void DomLayout::clearAttributeName ( )
inline

Definition at line 840 of file ui4.h.

◆ clearAttributeRowMinimumHeight()

void DomLayout::clearAttributeRowMinimumHeight ( )
inline

Definition at line 860 of file ui4.h.

◆ clearAttributeRowStretch()

void DomLayout::clearAttributeRowStretch ( )
inline

Definition at line 850 of file ui4.h.

◆ clearAttributeStretch()

void DomLayout::clearAttributeStretch ( )
inline

Definition at line 845 of file ui4.h.

◆ elementAttribute()

QList< DomProperty * > DomLayout::elementAttribute ( ) const
inline

Definition at line 871 of file ui4.h.

◆ elementItem()

QList< DomLayoutItem * > DomLayout::elementItem ( ) const
inline

Definition at line 874 of file ui4.h.

◆ elementProperty()

QList< DomProperty * > DomLayout::elementProperty ( ) const
inline

Definition at line 868 of file ui4.h.

Referenced by CPP::WriteInitialization::acceptLayout().

+ Here is the caller graph for this function:

◆ hasAttributeClass()

bool DomLayout::hasAttributeClass ( ) const
inline

Definition at line 832 of file ui4.h.

Referenced by CPP::WriteDeclaration::acceptLayout(), and write().

+ Here is the caller graph for this function:

◆ hasAttributeColumnMinimumWidth()

bool DomLayout::hasAttributeColumnMinimumWidth ( ) const
inline

Definition at line 862 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeColumnStretch()

bool DomLayout::hasAttributeColumnStretch ( ) const
inline

Definition at line 852 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeName()

bool DomLayout::hasAttributeName ( ) const
inline

Definition at line 837 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeRowMinimumHeight()

bool DomLayout::hasAttributeRowMinimumHeight ( ) const
inline

Definition at line 857 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeRowStretch()

bool DomLayout::hasAttributeRowStretch ( ) const
inline

Definition at line 847 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeStretch()

bool DomLayout::hasAttributeStretch ( ) const
inline

Definition at line 842 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ read()

void DomLayout::read ( QXmlStreamReader & reader)

Definition at line 1592 of file ui4.cpp.

References QList< T >::append(), Qt::CaseInsensitive, setAttributeClass(), setAttributeColumnMinimumWidth(), setAttributeColumnStretch(), setAttributeName(), setAttributeRowMinimumHeight(), setAttributeRowStretch(), setAttributeStretch(), and tag.

+ Here is the call graph for this function:

◆ setAttributeClass()

void DomLayout::setAttributeClass ( const QString & a)
inline

Definition at line 834 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeColumnMinimumWidth()

void DomLayout::setAttributeColumnMinimumWidth ( const QString & a)
inline

Definition at line 864 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeColumnStretch()

void DomLayout::setAttributeColumnStretch ( const QString & a)
inline

Definition at line 854 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeName()

void DomLayout::setAttributeName ( const QString & a)
inline

Definition at line 839 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeRowMinimumHeight()

void DomLayout::setAttributeRowMinimumHeight ( const QString & a)
inline

Definition at line 859 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeRowStretch()

void DomLayout::setAttributeRowStretch ( const QString & a)
inline

Definition at line 849 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeStretch()

void DomLayout::setAttributeStretch ( const QString & a)
inline

Definition at line 844 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementAttribute()

void DomLayout::setElementAttribute ( const QList< DomProperty * > & a)

Definition at line 1704 of file ui4.cpp.

◆ setElementItem()

void DomLayout::setElementItem ( const QList< DomLayoutItem * > & a)

Definition at line 1710 of file ui4.cpp.

◆ setElementProperty()

void DomLayout::setElementProperty ( const QList< DomProperty * > & a)

Definition at line 1698 of file ui4.cpp.

◆ write()

void DomLayout::write ( QXmlStreamWriter & writer,
const QString & tagName = QString() ) const

Definition at line 1661 of file ui4.cpp.

References attributeClass(), attributeColumnMinimumWidth(), attributeColumnStretch(), attributeName(), attributeRowMinimumHeight(), attributeRowStretch(), attributeStretch(), hasAttributeClass(), hasAttributeColumnMinimumWidth(), hasAttributeColumnStretch(), hasAttributeName(), hasAttributeRowMinimumHeight(), hasAttributeRowStretch(), hasAttributeStretch(), QString::isEmpty(), QStringLiteral, and QString::toLower().

Referenced by DomLayoutItem::write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: