![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Collaboration diagram for DomConnectionHints:Public Member Functions | |
| DomConnectionHints ()=default | |
| ~DomConnectionHints () | |
| void | read (QXmlStreamReader &reader) |
| void | write (QXmlStreamWriter &writer, const QString &tagName=QString()) const |
| QList< DomConnectionHint * > | elementHint () const |
| void | setElementHint (const QList< DomConnectionHint * > &a) |
|
default |
| DomConnectionHints::~DomConnectionHints | ( | ) |
Definition at line 5842 of file ui4.cpp.
References QList< T >::clear(), and qDeleteAll().
Here is the call graph for this function:
|
inline |
Definition at line 2730 of file ui4.h.
Referenced by TreeWalker::acceptConnectionHints().
Here is the caller graph for this function:| void DomConnectionHints::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 5848 of file ui4.cpp.
References QList< T >::append(), Qt::CaseInsensitive, and tag.
Here is the call graph for this function:| void DomConnectionHints::setElementHint | ( | const QList< DomConnectionHint * > & | a | ) |
| void DomConnectionHints::write | ( | QXmlStreamWriter & | writer, |
| const QString & | tagName = QString() |
||
| ) | const |
Definition at line 5871 of file ui4.cpp.
References QString::isEmpty(), QStringLiteral, and QString::toLower().
Referenced by DomConnection::write().
Here is the call graph for this function:
Here is the caller graph for this function: