![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
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) |
|
default |
DomActionGroup::~DomActionGroup | ( | ) |
Definition at line 746 of file ui4.cpp.
References QList< T >::clear(), and qDeleteAll().
|
inline |
Definition at line 443 of file ui4.h.
Referenced by TreeWalker::acceptActionGroup().
|
inline |
Definition at line 446 of file ui4.h.
Referenced by TreeWalker::acceptActionGroup().
|
inline |
|
inline |
Definition at line 449 of file ui4.h.
Referenced by CPP::WriteInitialization::acceptActionGroup().
|
inline |
void DomActionGroup::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 758 of file ui4.cpp.
References DomActionGroup(), QList< T >::append(), Qt::CaseInsensitive, setAttributeName(), and tag.
void DomActionGroup::setElementActionGroup | ( | const QList< DomActionGroup * > & | a | ) |
void DomActionGroup::setElementAttribute | ( | const QList< DomProperty * > & | a | ) |
void DomActionGroup::setElementProperty | ( | const QList< DomProperty * > & | a | ) |
Definition at line 809 of file ui4.cpp.
References attributeName(), hasAttributeName(), QString::isEmpty(), QStringLiteral, and QString::toLower().