![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Collaboration diagram for DomAction:Public Member Functions | |
| DomAction ()=default | |
| ~DomAction () | |
| 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 () |
| bool | hasAttributeMenu () const |
| QString | attributeMenu () const |
| void | setAttributeMenu (const QString &a) |
| void | clearAttributeMenu () |
| QList< DomProperty * > | elementProperty () const |
| void | setElementProperty (const QList< DomProperty * > &a) |
| QList< DomProperty * > | elementAttribute () const |
| void | setElementAttribute (const QList< DomProperty * > &a) |
|
default |
| DomAction::~DomAction | ( | ) |
Definition at line 855 of file ui4.cpp.
References QList< T >::clear(), and qDeleteAll().
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 496 of file ui4.h.
Referenced by CPP::WriteInitialization::acceptAction().
Here is the caller graph for this function:
|
inline |
Definition at line 490 of file ui4.h.
Referenced by CPP::WriteInitialization::acceptAction(), and write().
Here is the caller graph for this function:
|
inline |
| void DomAction::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 863 of file ui4.cpp.
References QList< T >::append(), Qt::CaseInsensitive, setAttributeMenu(), setAttributeName(), and tag.
Here is the call graph for this function:| void DomAction::setElementAttribute | ( | const QList< DomProperty * > & | a | ) |
| void DomAction::setElementProperty | ( | const QList< DomProperty * > & | a | ) |
Definition at line 906 of file ui4.cpp.
References attributeMenu(), attributeName(), hasAttributeMenu(), hasAttributeName(), QString::isEmpty(), QStringLiteral, and QString::toLower().
Here is the call graph for this function: