![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Collaboration diagram for DomDesignerData:Public Member Functions | |
| DomDesignerData ()=default | |
| ~DomDesignerData () | |
| void | read (QXmlStreamReader &reader) |
| void | write (QXmlStreamWriter &writer, const QString &tagName=QString()) const |
| QList< DomProperty * > | elementProperty () const |
| void | setElementProperty (const QList< DomProperty * > &a) |
|
default |
| DomDesignerData::~DomDesignerData | ( | ) |
Definition at line 5962 of file ui4.cpp.
References QList< T >::clear(), and qDeleteAll().
Here is the call graph for this function:
|
inline |
| void DomDesignerData::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 5968 of file ui4.cpp.
References QList< T >::append(), Qt::CaseInsensitive, and tag.
Here is the call graph for this function:| void DomDesignerData::setElementProperty | ( | const QList< DomProperty * > & | a | ) |
| void DomDesignerData::write | ( | QXmlStreamWriter & | writer, |
| const QString & | tagName = QString() |
||
| ) | const |
Definition at line 5991 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: