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
DomPalette Class Reference

#include <ui4.h>

+ Collaboration diagram for DomPalette:

Public Member Functions

 DomPalette ()=default
 
 ~DomPalette ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
DomColorGroupelementActive () const
 
DomColorGrouptakeElementActive ()
 
void setElementActive (DomColorGroup *a)
 
bool hasElementActive () const
 
void clearElementActive ()
 
DomColorGroupelementInactive () const
 
DomColorGrouptakeElementInactive ()
 
void setElementInactive (DomColorGroup *a)
 
bool hasElementInactive () const
 
void clearElementInactive ()
 
DomColorGroupelementDisabled () const
 
DomColorGrouptakeElementDisabled ()
 
void setElementDisabled (DomColorGroup *a)
 
bool hasElementDisabled () const
 
void clearElementDisabled ()
 

Detailed Description

Definition at line 1545 of file ui4.h.

Constructor & Destructor Documentation

◆ DomPalette()

DomPalette::DomPalette ( )
default

◆ ~DomPalette()

DomPalette::~DomPalette ( )

Definition at line 2952 of file ui4.cpp.

Member Function Documentation

◆ clearElementActive()

void DomPalette::clearElementActive ( )

Definition at line 3055 of file ui4.cpp.

◆ clearElementDisabled()

void DomPalette::clearElementDisabled ( )

Definition at line 3069 of file ui4.cpp.

◆ clearElementInactive()

void DomPalette::clearElementInactive ( )

Definition at line 3062 of file ui4.cpp.

◆ elementActive()

DomColorGroup * DomPalette::elementActive ( ) const
inline

Definition at line 1555 of file ui4.h.

References m_active.

◆ elementDisabled()

DomColorGroup * DomPalette::elementDisabled ( ) const
inline

Definition at line 1567 of file ui4.h.

◆ elementInactive()

DomColorGroup * DomPalette::elementInactive ( ) const
inline

Definition at line 1561 of file ui4.h.

◆ hasElementActive()

bool DomPalette::hasElementActive ( ) const
inline

Definition at line 1558 of file ui4.h.

◆ hasElementDisabled()

bool DomPalette::hasElementDisabled ( ) const
inline

Definition at line 1570 of file ui4.h.

References Disabled.

◆ hasElementInactive()

bool DomPalette::hasElementInactive ( ) const
inline

Definition at line 1564 of file ui4.h.

◆ read()

void DomPalette::read ( QXmlStreamReader & reader)

Definition at line 2959 of file ui4.cpp.

References Qt::CaseInsensitive, setElementActive(), setElementDisabled(), setElementInactive(), and tag.

+ Here is the call graph for this function:

◆ setElementActive()

void DomPalette::setElementActive ( DomColorGroup * a)

Definition at line 3018 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementDisabled()

void DomPalette::setElementDisabled ( DomColorGroup * a)

Definition at line 3048 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementInactive()

void DomPalette::setElementInactive ( DomColorGroup * a)

Definition at line 3033 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ takeElementActive()

DomColorGroup * DomPalette::takeElementActive ( )

Definition at line 3010 of file ui4.cpp.

◆ takeElementDisabled()

DomColorGroup * DomPalette::takeElementDisabled ( )

Definition at line 3040 of file ui4.cpp.

◆ takeElementInactive()

DomColorGroup * DomPalette::takeElementInactive ( )

Definition at line 3025 of file ui4.cpp.

◆ write()

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

Definition at line 2994 of file ui4.cpp.

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

Referenced by DomProperty::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: