![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Public Member Functions | |
DomPropertySpecifications ()=default | |
~DomPropertySpecifications () | |
void | read (QXmlStreamReader &reader) |
void | write (QXmlStreamWriter &writer, const QString &tagName=QString()) const |
QList< DomPropertyToolTip * > | elementTooltip () const |
void | setElementTooltip (const QList< DomPropertyToolTip * > &a) |
QList< DomStringPropertySpecification * > | elementStringpropertyspecification () const |
void | setElementStringpropertyspecification (const QList< DomStringPropertySpecification * > &a) |
|
default |
DomPropertySpecifications::~DomPropertySpecifications | ( | ) |
Definition at line 6063 of file ui4.cpp.
References QList< T >::clear(), and qDeleteAll().
|
inline |
|
inline |
void DomPropertySpecifications::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 6071 of file ui4.cpp.
References QList< T >::append(), Qt::CaseInsensitive, and tag.
void DomPropertySpecifications::setElementStringpropertyspecification | ( | const QList< DomStringPropertySpecification * > & | a | ) |
void DomPropertySpecifications::setElementTooltip | ( | const QList< DomPropertyToolTip * > & | a | ) |
void DomPropertySpecifications::write | ( | QXmlStreamWriter & | writer, |
const QString & | tagName = QString() |
||
) | const |
Definition at line 6100 of file ui4.cpp.
References QString::isEmpty(), QStringLiteral, and QString::toLower().
Referenced by DomCustomWidget::write().