KHTML
#include <css_value.h>
Public Member Functions | |
RGBColor () | |
RGBColor (const QColor &c) | |
RGBColor (QRgb color) | |
RGBColor (const RGBColor &other) | |
~RGBColor () | |
CSSPrimitiveValue | blue () const |
QRgb | color () const |
CSSPrimitiveValue | green () const |
RGBColor & | operator= (const RGBColor &other) |
CSSPrimitiveValue | red () const |
Protected Attributes | |
QRgb | m_color |
Detailed Description
The RGBColor
interface is used to represent any RGB color value.
This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.
Definition at line 589 of file css_value.h.
Constructor & Destructor Documentation
DOM::RGBColor::RGBColor | ( | ) |
Definition at line 451 of file css_value.cpp.
|
inline |
Definition at line 596 of file css_value.h.
DOM::RGBColor::RGBColor | ( | QRgb | color | ) |
Definition at line 460 of file css_value.cpp.
DOM::RGBColor::RGBColor | ( | const RGBColor & | other | ) |
Definition at line 455 of file css_value.cpp.
DOM::RGBColor::~RGBColor | ( | ) |
Definition at line 471 of file css_value.cpp.
Member Function Documentation
CSSPrimitiveValue DOM::RGBColor::blue | ( | ) | const |
This attribute is used for the blue value of the RGB color.
Definition at line 485 of file css_value.cpp.
|
inline |
Definition at line 625 of file css_value.h.
CSSPrimitiveValue DOM::RGBColor::green | ( | ) | const |
This attribute is used for the green value of the RGB color.
Definition at line 480 of file css_value.cpp.
Definition at line 465 of file css_value.cpp.
CSSPrimitiveValue DOM::RGBColor::red | ( | ) | const |
This attribute is used for the red value of the RGB color.
Definition at line 475 of file css_value.cpp.
Member Data Documentation
|
protected |
Definition at line 627 of file css_value.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.