![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
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().
|
inline |
Definition at line 2730 of file ui4.h.
Referenced by TreeWalker::acceptConnectionHints().
void DomConnectionHints::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 5848 of file ui4.cpp.
References QList< T >::append(), Qt::CaseInsensitive, and tag.
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().