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

#include <ui4.h>

+ Collaboration diagram for DomResourceIcon:

Public Member Functions

 DomResourceIcon ()=default
 
 ~DomResourceIcon ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QString text () const
 
void setText (const QString &s)
 
bool hasAttributeTheme () const
 
QString attributeTheme () const
 
void setAttributeTheme (const QString &a)
 
void clearAttributeTheme ()
 
bool hasAttributeResource () const
 
QString attributeResource () const
 
void setAttributeResource (const QString &a)
 
void clearAttributeResource ()
 
DomResourcePixmapelementNormalOff () const
 
DomResourcePixmaptakeElementNormalOff ()
 
void setElementNormalOff (DomResourcePixmap *a)
 
bool hasElementNormalOff () const
 
void clearElementNormalOff ()
 
DomResourcePixmapelementNormalOn () const
 
DomResourcePixmaptakeElementNormalOn ()
 
void setElementNormalOn (DomResourcePixmap *a)
 
bool hasElementNormalOn () const
 
void clearElementNormalOn ()
 
DomResourcePixmapelementDisabledOff () const
 
DomResourcePixmaptakeElementDisabledOff ()
 
void setElementDisabledOff (DomResourcePixmap *a)
 
bool hasElementDisabledOff () const
 
void clearElementDisabledOff ()
 
DomResourcePixmapelementDisabledOn () const
 
DomResourcePixmaptakeElementDisabledOn ()
 
void setElementDisabledOn (DomResourcePixmap *a)
 
bool hasElementDisabledOn () const
 
void clearElementDisabledOn ()
 
DomResourcePixmapelementActiveOff () const
 
DomResourcePixmaptakeElementActiveOff ()
 
void setElementActiveOff (DomResourcePixmap *a)
 
bool hasElementActiveOff () const
 
void clearElementActiveOff ()
 
DomResourcePixmapelementActiveOn () const
 
DomResourcePixmaptakeElementActiveOn ()
 
void setElementActiveOn (DomResourcePixmap *a)
 
bool hasElementActiveOn () const
 
void clearElementActiveOn ()
 
DomResourcePixmapelementSelectedOff () const
 
DomResourcePixmaptakeElementSelectedOff ()
 
void setElementSelectedOff (DomResourcePixmap *a)
 
bool hasElementSelectedOff () const
 
void clearElementSelectedOff ()
 
DomResourcePixmapelementSelectedOn () const
 
DomResourcePixmaptakeElementSelectedOn ()
 
void setElementSelectedOn (DomResourcePixmap *a)
 
bool hasElementSelectedOn () const
 
void clearElementSelectedOn ()
 

Detailed Description

Definition at line 2129 of file ui4.h.

Constructor & Destructor Documentation

◆ DomResourceIcon()

DomResourceIcon::DomResourceIcon ( )
default

◆ ~DomResourceIcon()

DomResourceIcon::~DomResourceIcon ( )

Definition at line 4127 of file ui4.cpp.

Member Function Documentation

◆ attributeResource()

QString DomResourceIcon::attributeResource ( ) const
inline

Definition at line 2148 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeTheme()

QString DomResourceIcon::attributeTheme ( ) const
inline

Definition at line 2143 of file ui4.h.

Referenced by CPP::IconHandle::compare(), and write().

+ Here is the caller graph for this function:

◆ clearAttributeResource()

void DomResourceIcon::clearAttributeResource ( )
inline

Definition at line 2150 of file ui4.h.

◆ clearAttributeTheme()

void DomResourceIcon::clearAttributeTheme ( )
inline

Definition at line 2145 of file ui4.h.

◆ clearElementActiveOff()

void DomResourceIcon::clearElementActiveOff ( )

Definition at line 4410 of file ui4.cpp.

◆ clearElementActiveOn()

void DomResourceIcon::clearElementActiveOn ( )

Definition at line 4417 of file ui4.cpp.

◆ clearElementDisabledOff()

void DomResourceIcon::clearElementDisabledOff ( )

Definition at line 4396 of file ui4.cpp.

◆ clearElementDisabledOn()

void DomResourceIcon::clearElementDisabledOn ( )

Definition at line 4403 of file ui4.cpp.

◆ clearElementNormalOff()

void DomResourceIcon::clearElementNormalOff ( )

Definition at line 4382 of file ui4.cpp.

◆ clearElementNormalOn()

void DomResourceIcon::clearElementNormalOn ( )

Definition at line 4389 of file ui4.cpp.

◆ clearElementSelectedOff()

void DomResourceIcon::clearElementSelectedOff ( )

Definition at line 4424 of file ui4.cpp.

◆ clearElementSelectedOn()

void DomResourceIcon::clearElementSelectedOn ( )

Definition at line 4431 of file ui4.cpp.

◆ elementActiveOff()

DomResourcePixmap * DomResourceIcon::elementActiveOff ( ) const
inline

Definition at line 2177 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ elementActiveOn()

DomResourcePixmap * DomResourceIcon::elementActiveOn ( ) const
inline

Definition at line 2183 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ elementDisabledOff()

DomResourcePixmap * DomResourceIcon::elementDisabledOff ( ) const
inline

Definition at line 2165 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ elementDisabledOn()

DomResourcePixmap * DomResourceIcon::elementDisabledOn ( ) const
inline

Definition at line 2171 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ elementNormalOff()

DomResourcePixmap * DomResourceIcon::elementNormalOff ( ) const
inline

Definition at line 2153 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ elementNormalOn()

DomResourcePixmap * DomResourceIcon::elementNormalOn ( ) const
inline

Definition at line 2159 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ elementSelectedOff()

DomResourcePixmap * DomResourceIcon::elementSelectedOff ( ) const
inline

Definition at line 2189 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ elementSelectedOn()

DomResourcePixmap * DomResourceIcon::elementSelectedOn ( ) const
inline

Definition at line 2195 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasAttributeResource()

bool DomResourceIcon::hasAttributeResource ( ) const
inline

Definition at line 2147 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeTheme()

bool DomResourceIcon::hasAttributeTheme ( ) const
inline

Definition at line 2142 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasElementActiveOff()

bool DomResourceIcon::hasElementActiveOff ( ) const
inline

Definition at line 2180 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasElementActiveOn()

bool DomResourceIcon::hasElementActiveOn ( ) const
inline

Definition at line 2186 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasElementDisabledOff()

bool DomResourceIcon::hasElementDisabledOff ( ) const
inline

Definition at line 2168 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasElementDisabledOn()

bool DomResourceIcon::hasElementDisabledOn ( ) const
inline

Definition at line 2174 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasElementNormalOff()

bool DomResourceIcon::hasElementNormalOff ( ) const
inline

Definition at line 2156 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasElementNormalOn()

bool DomResourceIcon::hasElementNormalOn ( ) const
inline

Definition at line 2162 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasElementSelectedOff()

bool DomResourceIcon::hasElementSelectedOff ( ) const
inline

Definition at line 2192 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ hasElementSelectedOn()

bool DomResourceIcon::hasElementSelectedOn ( ) const
inline

Definition at line 2198 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ read()

void DomResourceIcon::read ( QXmlStreamReader & reader)

Definition at line 4139 of file ui4.cpp.

References QString::append(), Qt::CaseInsensitive, setAttributeResource(), setAttributeTheme(), setElementActiveOff(), setElementActiveOn(), setElementDisabledOff(), setElementDisabledOn(), setElementNormalOff(), setElementNormalOn(), setElementSelectedOff(), setElementSelectedOn(), tag, and QImageReader::text().

+ Here is the call graph for this function:

◆ setAttributeResource()

void DomResourceIcon::setAttributeResource ( const QString & a)
inline

Definition at line 2149 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeTheme()

void DomResourceIcon::setAttributeTheme ( const QString & a)
inline

Definition at line 2144 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementActiveOff()

void DomResourceIcon::setElementActiveOff ( DomResourcePixmap * a)

Definition at line 4330 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementActiveOn()

void DomResourceIcon::setElementActiveOn ( DomResourcePixmap * a)

Definition at line 4345 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementDisabledOff()

void DomResourceIcon::setElementDisabledOff ( DomResourcePixmap * a)

Definition at line 4300 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementDisabledOn()

void DomResourceIcon::setElementDisabledOn ( DomResourcePixmap * a)

Definition at line 4315 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementNormalOff()

void DomResourceIcon::setElementNormalOff ( DomResourcePixmap * a)

Definition at line 4270 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementNormalOn()

void DomResourceIcon::setElementNormalOn ( DomResourcePixmap * a)

Definition at line 4285 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementSelectedOff()

void DomResourceIcon::setElementSelectedOff ( DomResourcePixmap * a)

Definition at line 4360 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementSelectedOn()

void DomResourceIcon::setElementSelectedOn ( DomResourcePixmap * a)

Definition at line 4375 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setText()

void DomResourceIcon::setText ( const QString & s)
inline

Definition at line 2139 of file ui4.h.

◆ takeElementActiveOff()

DomResourcePixmap * DomResourceIcon::takeElementActiveOff ( )

Definition at line 4322 of file ui4.cpp.

◆ takeElementActiveOn()

DomResourcePixmap * DomResourceIcon::takeElementActiveOn ( )

Definition at line 4337 of file ui4.cpp.

◆ takeElementDisabledOff()

DomResourcePixmap * DomResourceIcon::takeElementDisabledOff ( )

Definition at line 4292 of file ui4.cpp.

◆ takeElementDisabledOn()

DomResourcePixmap * DomResourceIcon::takeElementDisabledOn ( )

Definition at line 4307 of file ui4.cpp.

◆ takeElementNormalOff()

DomResourcePixmap * DomResourceIcon::takeElementNormalOff ( )

Definition at line 4262 of file ui4.cpp.

◆ takeElementNormalOn()

DomResourcePixmap * DomResourceIcon::takeElementNormalOn ( )

Definition at line 4277 of file ui4.cpp.

◆ takeElementSelectedOff()

DomResourcePixmap * DomResourceIcon::takeElementSelectedOff ( )

Definition at line 4352 of file ui4.cpp.

◆ takeElementSelectedOn()

DomResourcePixmap * DomResourceIcon::takeElementSelectedOn ( )

Definition at line 4367 of file ui4.cpp.

◆ text()

QString DomResourceIcon::text ( ) const
inline

Definition at line 2138 of file ui4.h.

Referenced by CPP::IconHandle::compare().

+ Here is the caller graph for this function:

◆ write()

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

Definition at line 4222 of file ui4.cpp.

References attributeResource(), attributeTheme(), hasAttributeResource(), hasAttributeTheme(), QString::isEmpty(), QStringLiteral, QString::toLower(), and DomResourcePixmap::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: