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
DomSpacer Class Reference

#include <ui4.h>

+ Collaboration diagram for DomSpacer:

Public Member Functions

 DomSpacer ()=default
 
 ~DomSpacer ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
bool hasAttributeName () const
 
QString attributeName () const
 
void setAttributeName (const QString &a)
 
void clearAttributeName ()
 
QList< DomProperty * > elementProperty () const
 
void setElementProperty (const QList< DomProperty * > &a)
 

Detailed Description

Definition at line 1188 of file ui4.h.

Constructor & Destructor Documentation

◆ DomSpacer()

DomSpacer::DomSpacer ( )
default

◆ ~DomSpacer()

DomSpacer::~DomSpacer ( )

Definition at line 2315 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ attributeName()

QString DomSpacer::attributeName ( ) const
inline

Definition at line 1199 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ clearAttributeName()

void DomSpacer::clearAttributeName ( )
inline

Definition at line 1201 of file ui4.h.

◆ elementProperty()

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

Definition at line 1204 of file ui4.h.

◆ hasAttributeName()

bool DomSpacer::hasAttributeName ( ) const
inline

Definition at line 1198 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ read()

void DomSpacer::read ( QXmlStreamReader & reader)

Definition at line 2321 of file ui4.cpp.

References QList< T >::append(), Qt::CaseInsensitive, setAttributeName(), and tag.

+ Here is the call graph for this function:

◆ setAttributeName()

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

Definition at line 1200 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementProperty()

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

Definition at line 2367 of file ui4.cpp.

◆ write()

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

Definition at line 2354 of file ui4.cpp.

References attributeName(), hasAttributeName(), 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: