• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdehtml
 

tdehtml

  • DOM
  • RGBColor
Public Member Functions | Protected Attributes | List of all members
DOM::RGBColor Class Reference

#include <css_value.h>

Public Member Functions

 RGBColor (const TQColor &c)
 
 RGBColor (TQRgb color)
 
 RGBColor (const RGBColor &other)
 
RGBColor & operator= (const RGBColor &other)
 
CSSPrimitiveValue red () const
 
CSSPrimitiveValue green () const
 
CSSPrimitiveValue blue () const
 
TQRgb color () const
 

Protected Attributes

TQRgb 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 591 of file css_value.h.

Constructor & Destructor Documentation

◆ RGBColor() [1/4]

DOM::RGBColor::RGBColor ( )

Definition at line 477 of file css_value.cpp.

◆ RGBColor() [2/4]

DOM::RGBColor::RGBColor ( const TQColor &  c)
inline
Deprecated:

Definition at line 598 of file css_value.h.

◆ RGBColor() [3/4]

DOM::RGBColor::RGBColor ( TQRgb  color)

Definition at line 486 of file css_value.cpp.

◆ RGBColor() [4/4]

DOM::RGBColor::RGBColor ( const RGBColor &  other)

Definition at line 481 of file css_value.cpp.

◆ ~RGBColor()

DOM::RGBColor::~RGBColor ( )

Definition at line 497 of file css_value.cpp.

Member Function Documentation

◆ blue()

CSSPrimitiveValue DOM::RGBColor::blue ( ) const

This attribute is used for the blue value of the RGB color.

Definition at line 511 of file css_value.cpp.

◆ color()

TQRgb DOM::RGBColor::color ( ) const
inline

Definition at line 627 of file css_value.h.

◆ green()

CSSPrimitiveValue DOM::RGBColor::green ( ) const

This attribute is used for the green value of the RGB color.

Definition at line 506 of file css_value.cpp.

◆ operator=()

RGBColor & DOM::RGBColor::operator= ( const RGBColor &  other)

Definition at line 491 of file css_value.cpp.

◆ red()

CSSPrimitiveValue DOM::RGBColor::red ( ) const

This attribute is used for the red value of the RGB color.

Definition at line 501 of file css_value.cpp.

Member Data Documentation

◆ m_color

TQRgb DOM::RGBColor::m_color
protected

Definition at line 629 of file css_value.h.


The documentation for this class was generated from the following files:
  • css_value.h
  • css_value.cpp

tdehtml

Skip menu "tdehtml"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdehtml

Skip menu "tdehtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdehtml by doxygen 1.9.4
This website is maintained by Timothy Pearson.