Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
DomColorGroup Class Reference

#include <ui4.h>

+ Collaboration diagram for DomColorGroup:

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)
 

Detailed Description

Definition at line 1516 of file ui4.h.

Constructor & Destructor Documentation

◆ DomColorGroup()

DomColorGroup::DomColorGroup ( )
default

◆ ~DomColorGroup()

DomColorGroup::~DomColorGroup ( )

Definition at line 2890 of file ui4.cpp.

References QList< T >::clear(), and qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ elementColor()

QList< DomColor * > DomColorGroup::elementColor ( ) const
inline

Definition at line 1529 of file ui4.h.

◆ elementColorRole()

QList< DomColorRole * > DomColorGroup::elementColorRole ( ) const
inline

Definition at line 1526 of file ui4.h.

◆ read()

void DomColorGroup::read ( QXmlStreamReader & reader)

Definition at line 2898 of file ui4.cpp.

References QList< T >::append(), Qt::CaseInsensitive, and tag.

+ Here is the call graph for this function:

◆ setElementColor()

void DomColorGroup::setElementColor ( const QList< DomColor * > & a)

Definition at line 2946 of file ui4.cpp.

◆ setElementColorRole()

void DomColorGroup::setElementColorRole ( const QList< DomColorRole * > & a)

Definition at line 2940 of file ui4.cpp.

◆ write()

void DomColorGroup::write ( QXmlStreamWriter & writer,
const QString & tagName = QString() ) const

Definition at line 2927 of file ui4.cpp.

References QString::isEmpty(), QStringLiteral, and QString::toLower().

Referenced by DomPalette::write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: