![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Public Member Functions | |
DomColorGroup ()=default | |
~DomColorGroup () | |
void | read (QXmlStreamReader &reader) |
void | write (QXmlStreamWriter &writer, const QString &tagName=QString()) const |
QList< DomColorRole * > | elementColorRole () const |
void | setElementColorRole (const QList< DomColorRole * > &a) |
QList< DomColor * > | elementColor () const |
void | setElementColor (const QList< DomColor * > &a) |
|
default |
DomColorGroup::~DomColorGroup | ( | ) |
Definition at line 2890 of file ui4.cpp.
References QList< T >::clear(), and qDeleteAll().
|
inline |
void DomColorGroup::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 2898 of file ui4.cpp.
References QList< T >::append(), Qt::CaseInsensitive, and tag.
void DomColorGroup::setElementColorRole | ( | const QList< DomColorRole * > & | a | ) |
Definition at line 2927 of file ui4.cpp.
References QString::isEmpty(), QStringLiteral, and QString::toLower().
Referenced by DomPalette::write().