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

#include <ui4.h>

+ Collaboration diagram for DomButtonGroup:

Public Member Functions

 DomButtonGroup ()=default
 
 ~DomButtonGroup ()
 
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)
 
QList< DomProperty * > elementAttribute () const
 
void setElementAttribute (const QList< DomProperty * > &a)
 

Detailed Description

Definition at line 542 of file ui4.h.

Constructor & Destructor Documentation

◆ DomButtonGroup()

DomButtonGroup::DomButtonGroup ( )
default

◆ ~DomButtonGroup()

DomButtonGroup::~DomButtonGroup ( )

Definition at line 976 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ attributeName()

QString DomButtonGroup::attributeName ( ) const
inline

Definition at line 553 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ clearAttributeName()

void DomButtonGroup::clearAttributeName ( )
inline

Definition at line 555 of file ui4.h.

◆ elementAttribute()

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

Definition at line 561 of file ui4.h.

◆ elementProperty()

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

Definition at line 558 of file ui4.h.

◆ hasAttributeName()

bool DomButtonGroup::hasAttributeName ( ) const
inline

Definition at line 552 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ read()

void DomButtonGroup::read ( QXmlStreamReader & reader)

Definition at line 984 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setAttributeName()

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

Definition at line 554 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementAttribute()

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

Definition at line 1045 of file ui4.cpp.

◆ setElementProperty()

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

Definition at line 1039 of file ui4.cpp.

◆ write()

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

Definition at line 1023 of file ui4.cpp.

References attributeName(), hasAttributeName(), QString::isEmpty(), QStringLiteral, and QString::toLower().

+ Here is the call graph for this function:

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