![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Collaboration diagram for DomConnections:Public Member Functions | |
| DomConnections ()=default | |
| ~DomConnections () | |
| void | read (QXmlStreamReader &reader) |
| void | write (QXmlStreamWriter &writer, const QString &tagName=QString()) const |
| QList< DomConnection * > | elementConnection () const |
| void | setElementConnection (const QList< DomConnection * > &a) |
|
default |
| DomConnections::~DomConnections | ( | ) |
Definition at line 5665 of file ui4.cpp.
References QList< T >::clear(), and qDeleteAll().
Here is the call graph for this function:
|
inline |
Definition at line 2651 of file ui4.h.
Referenced by TreeWalker::acceptConnections().
Here is the caller graph for this function:| void DomConnections::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 5671 of file ui4.cpp.
References QList< T >::append(), Qt::CaseInsensitive, and tag.
Here is the call graph for this function:| void DomConnections::setElementConnection | ( | const QList< DomConnection * > & | a | ) |
Definition at line 5694 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: