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

tdehtml

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

#include <css_value.h>

Inheritance diagram for DOM::CSSValueList:
DOM::CSSValue

Public Member Functions

 CSSValueList (const CSSValueList &other)
 
 CSSValueList (const CSSValue &other)
 
 CSSValueList (CSSValueListImpl *impl)
 
CSSValueList & operator= (const CSSValueList &other)
 
CSSValueList & operator= (const CSSValue &other)
 
unsigned long length () const
 
CSSValue item (unsigned long index)
 
- Public Member Functions inherited from DOM::CSSValue
 CSSValue (const CSSValue &other)
 
 CSSValue (CSSValueImpl *impl)
 
CSSValue & operator= (const CSSValue &other)
 
DOM::DOMString cssText () const
 
void setCssText (const DOM::DOMString &)
 
unsigned short cssValueType () const
 
bool isCSSValueList () const
 
bool isCSSPrimitiveValue () const
 
CSSValueImpl * handle () const
 
bool isNull () const
 

Protected Attributes

CSSValueListImpl * vimpl
 
- Protected Attributes inherited from DOM::CSSValue
CSSValueImpl * impl
 

Additional Inherited Members

- Public Types inherited from DOM::CSSValue
enum  UnitTypes {
  CSS_INHERIT = 0 , CSS_PRIMITIVE_VALUE = 1 , CSS_VALUE_LIST = 2 , CSS_CUSTOM = 3 ,
  CSS_INITIAL = 4
}
 

Detailed Description

The CSSValueList interface provides the absraction of an ordered collection of CSS values.

Definition at line 316 of file css_value.h.

Constructor & Destructor Documentation

◆ CSSValueList() [1/4]

DOM::CSSValueList::CSSValueList ( )

Definition at line 243 of file css_value.cpp.

◆ CSSValueList() [2/4]

DOM::CSSValueList::CSSValueList ( const CSSValueList &  other)

Definition at line 247 of file css_value.cpp.

◆ CSSValueList() [3/4]

DOM::CSSValueList::CSSValueList ( const CSSValue &  other)

Definition at line 251 of file css_value.cpp.

◆ CSSValueList() [4/4]

DOM::CSSValueList::CSSValueList ( CSSValueListImpl *  impl)

Definition at line 257 of file css_value.cpp.

◆ ~CSSValueList()

DOM::CSSValueList::~CSSValueList ( )

Definition at line 286 of file css_value.cpp.

Member Function Documentation

◆ item()

CSSValue DOM::CSSValueList::item ( unsigned long  index)

Used to retrieve a CSS rule by ordinal index.

The order in this collection represents the order of the values in the CSS style property.

Parameters
indexIndex into the collection.
Returns
The style rule at the index position in the CSSValueList , or null if that is not valid index.

Definition at line 296 of file css_value.cpp.

◆ length()

unsigned long DOM::CSSValueList::length ( ) const

The number of CSSValue s in the list.

The range of valid values indices is 0 to length-1 inclusive.

Definition at line 290 of file css_value.cpp.

◆ operator=() [1/2]

CSSValueList & DOM::CSSValueList::operator= ( const CSSValue &  other)

Definition at line 271 of file css_value.cpp.

◆ operator=() [2/2]

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

Definition at line 261 of file css_value.cpp.

Member Data Documentation

◆ vimpl

CSSValueListImpl* DOM::CSSValueList::vimpl
protected

Definition at line 353 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.