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

#include <ui4.h>

+ Collaboration diagram for DomActionGroup:

Public Member Functions

 DomActionGroup ()=default
 
 ~DomActionGroup ()
 
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< DomAction * > elementAction () const
 
void setElementAction (const QList< DomAction * > &a)
 
QList< DomActionGroup * > elementActionGroup () const
 
void setElementActionGroup (const QList< DomActionGroup * > &a)
 
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 427 of file ui4.h.

Constructor & Destructor Documentation

◆ DomActionGroup()

DomActionGroup::DomActionGroup ( )
default

Referenced by read().

+ Here is the caller graph for this function:

◆ ~DomActionGroup()

DomActionGroup::~DomActionGroup ( )

Definition at line 746 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ attributeName()

QString DomActionGroup::attributeName ( ) const
inline

Definition at line 438 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ clearAttributeName()

void DomActionGroup::clearAttributeName ( )
inline

Definition at line 440 of file ui4.h.

◆ elementAction()

QList< DomAction * > DomActionGroup::elementAction ( ) const
inline

Definition at line 443 of file ui4.h.

Referenced by TreeWalker::acceptActionGroup().

+ Here is the caller graph for this function:

◆ elementActionGroup()

QList< DomActionGroup * > DomActionGroup::elementActionGroup ( ) const
inline

Definition at line 446 of file ui4.h.

Referenced by TreeWalker::acceptActionGroup().

+ Here is the caller graph for this function:

◆ elementAttribute()

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

Definition at line 452 of file ui4.h.

◆ elementProperty()

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

Definition at line 449 of file ui4.h.

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

+ Here is the caller graph for this function:

◆ hasAttributeName()

bool DomActionGroup::hasAttributeName ( ) const
inline

Definition at line 437 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ read()

void DomActionGroup::read ( QXmlStreamReader & reader)

Definition at line 758 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setAttributeName()

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

Definition at line 439 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementAction()

void DomActionGroup::setElementAction ( const QList< DomAction * > & a)

Definition at line 831 of file ui4.cpp.

◆ setElementActionGroup()

void DomActionGroup::setElementActionGroup ( const QList< DomActionGroup * > & a)

Definition at line 837 of file ui4.cpp.

◆ setElementAttribute()

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

Definition at line 849 of file ui4.cpp.

◆ setElementProperty()

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

Definition at line 843 of file ui4.cpp.

◆ write()

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

Definition at line 809 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: