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

#include <ui4.h>

+ Collaboration diagram for DomButtonGroups:

Public Member Functions

 DomButtonGroups ()=default
 
 ~DomButtonGroups ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QList< DomButtonGroup * > elementButtonGroup () const
 
void setElementButtonGroup (const QList< DomButtonGroup * > &a)
 

Detailed Description

Definition at line 580 of file ui4.h.

Constructor & Destructor Documentation

◆ DomButtonGroups()

DomButtonGroups::DomButtonGroups ( )
default

◆ ~DomButtonGroups()

DomButtonGroups::~DomButtonGroups ( )

Definition at line 1051 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ elementButtonGroup()

QList< DomButtonGroup * > DomButtonGroups::elementButtonGroup ( ) const
inline

Definition at line 590 of file ui4.h.

◆ read()

void DomButtonGroups::read ( QXmlStreamReader & reader)

Definition at line 1057 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementButtonGroup()

void DomButtonGroups::setElementButtonGroup ( const QList< DomButtonGroup * > & a)

Definition at line 1090 of file ui4.cpp.

◆ write()

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

Definition at line 1080 of file ui4.cpp.

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

Referenced by DomUI::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: