Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
DomColor Class Reference

#include <ui4.h>

Collaboration diagram for DomColor:

Public Member Functions

 DomColor ()=default
 ~DomColor ()
void read (QXmlStreamReader &reader)
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
bool hasAttributeAlpha () const
int attributeAlpha () const
void setAttributeAlpha (int a)
void clearAttributeAlpha ()
int elementRed () const
void setElementRed (int a)
bool hasElementRed () const
void clearElementRed ()
int elementGreen () const
void setElementGreen (int a)
bool hasElementGreen () const
void clearElementGreen ()
int elementBlue () const
void setElementBlue (int a)
bool hasElementBlue () const
void clearElementBlue ()
 DomColor ()=default
 ~DomColor ()
void read (QXmlStreamReader &reader)
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
bool hasAttributeAlpha () const
int attributeAlpha () const
void setAttributeAlpha (int a)
void clearAttributeAlpha ()
int elementRed () const
void setElementRed (int a)
bool hasElementRed () const
void clearElementRed ()
int elementGreen () const
void setElementGreen (int a)
bool hasElementGreen () const
void clearElementGreen ()
int elementBlue () const
void setElementBlue (int a)
bool hasElementBlue () const
void clearElementBlue ()

Detailed Description

Definition at line 1229 of file ui4.h.

Constructor & Destructor Documentation

◆ DomColor() [1/2]

DomColor::DomColor ( )
default

◆ ~DomColor() [1/2]

DomColor::~DomColor ( )
default

◆ DomColor() [2/2]

DomColor::DomColor ( )
default

◆ ~DomColor() [2/2]

DomColor::~DomColor ( )

Member Function Documentation

◆ attributeAlpha() [1/2]

int DomColor::attributeAlpha ( ) const
inline

Definition at line 1240 of file ui4.h.

◆ attributeAlpha() [2/2]

int DomColor::attributeAlpha ( ) const
inline

Definition at line 1240 of file ui4_p.h.

◆ clearAttributeAlpha() [1/2]

void DomColor::clearAttributeAlpha ( )
inline

Definition at line 1242 of file ui4.h.

◆ clearAttributeAlpha() [2/2]

void DomColor::clearAttributeAlpha ( )
inline

Definition at line 1242 of file ui4_p.h.

◆ clearElementBlue() [1/2]

void DomColor::clearElementBlue ( )

Definition at line 2469 of file ui4.cpp.

◆ clearElementBlue() [2/2]

void DomColor::clearElementBlue ( )

◆ clearElementGreen() [1/2]

void DomColor::clearElementGreen ( )

Definition at line 2464 of file ui4.cpp.

◆ clearElementGreen() [2/2]

void DomColor::clearElementGreen ( )

◆ clearElementRed() [1/2]

void DomColor::clearElementRed ( )

Definition at line 2459 of file ui4.cpp.

◆ clearElementRed() [2/2]

void DomColor::clearElementRed ( )

◆ elementBlue() [1/2]

int DomColor::elementBlue ( ) const
inline

Definition at line 1255 of file ui4.h.

◆ elementBlue() [2/2]

int DomColor::elementBlue ( ) const
inline

Definition at line 1255 of file ui4_p.h.

◆ elementGreen() [1/2]

int DomColor::elementGreen ( ) const
inline

Definition at line 1250 of file ui4.h.

◆ elementGreen() [2/2]

int DomColor::elementGreen ( ) const
inline

Definition at line 1250 of file ui4_p.h.

◆ elementRed() [1/2]

int DomColor::elementRed ( ) const
inline

Definition at line 1245 of file ui4.h.

◆ elementRed() [2/2]

int DomColor::elementRed ( ) const
inline

Definition at line 1245 of file ui4_p.h.

◆ hasAttributeAlpha() [1/2]

bool DomColor::hasAttributeAlpha ( ) const
inline

Definition at line 1239 of file ui4.h.

◆ hasAttributeAlpha() [2/2]

bool DomColor::hasAttributeAlpha ( ) const
inline

Definition at line 1239 of file ui4_p.h.

◆ hasElementBlue() [1/2]

bool DomColor::hasElementBlue ( ) const
inline

Definition at line 1257 of file ui4.h.

◆ hasElementBlue() [2/2]

bool DomColor::hasElementBlue ( ) const
inline

Definition at line 1257 of file ui4_p.h.

◆ hasElementGreen() [1/2]

bool DomColor::hasElementGreen ( ) const
inline

Definition at line 1252 of file ui4.h.

◆ hasElementGreen() [2/2]

bool DomColor::hasElementGreen ( ) const
inline

Definition at line 1252 of file ui4_p.h.

◆ hasElementRed() [1/2]

bool DomColor::hasElementRed ( ) const
inline

Definition at line 1247 of file ui4.h.

◆ hasElementRed() [2/2]

bool DomColor::hasElementRed ( ) const
inline

Definition at line 1247 of file ui4_p.h.

◆ read() [1/2]

void DomColor::read ( QXmlStreamReader & reader)

Definition at line 2383 of file ui4.cpp.

◆ read() [2/2]

void DomColor::read ( QXmlStreamReader & reader)

◆ setAttributeAlpha() [1/2]

void DomColor::setAttributeAlpha ( int a)
inline

Definition at line 1241 of file ui4.h.

◆ setAttributeAlpha() [2/2]

void DomColor::setAttributeAlpha ( int a)
inline

Definition at line 1241 of file ui4_p.h.

◆ setElementBlue() [1/2]

void DomColor::setElementBlue ( int a)

Definition at line 2453 of file ui4.cpp.

◆ setElementBlue() [2/2]

void DomColor::setElementBlue ( int a)

◆ setElementGreen() [1/2]

void DomColor::setElementGreen ( int a)

Definition at line 2447 of file ui4.cpp.

◆ setElementGreen() [2/2]

void DomColor::setElementGreen ( int a)

◆ setElementRed() [1/2]

void DomColor::setElementRed ( int a)

Definition at line 2441 of file ui4.cpp.

◆ setElementRed() [2/2]

void DomColor::setElementRed ( int a)

◆ write() [1/2]

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

Definition at line 2422 of file ui4.cpp.

◆ write() [2/2]

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

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