KHTML
DOM::CSSValueList Class Reference
TheCSSValueList interface provides the absraction of an ordered collection of CSS values.  
More...
#include <css_value.h>
Inheritance diagram for DOM::CSSValueList:

| Public Member Functions | |
| CSSValueList (CSSValueListImpl *impl) | |
| CSSValueList (const CSSValue &other) | |
| CSSValueList (const CSSValueList &other) | |
| CSSValueList () | |
| CSSValue | item (unsigned long index) | 
| unsigned long | length () const | 
| CSSValueList & | operator= (const CSSValue &other) | 
| CSSValueList & | operator= (const CSSValueList &other) | 
| ~CSSValueList () | |
| Protected Attributes | |
| CSSValueListImpl * | vimpl | 
Detailed Description
TheCSSValueList interface provides the absraction of an ordered collection of CSS values. 
Definition at line 316 of file css_value.h.
Constructor & Destructor Documentation
| DOM::CSSValueList::CSSValueList | ( | ) | 
Definition at line 243 of file css_value.cpp.
| DOM::CSSValueList::CSSValueList | ( | const CSSValueList & | other | ) | 
Definition at line 247 of file css_value.cpp.
| DOM::CSSValueList::CSSValueList | ( | const CSSValue & | other | ) | 
Definition at line 251 of file css_value.cpp.
| DOM::CSSValueList::CSSValueList | ( | CSSValueListImpl * | impl | ) | 
Definition at line 257 of file css_value.cpp.
| DOM::CSSValueList::~CSSValueList | ( | ) | 
Definition at line 286 of file css_value.cpp.
Member Function Documentation
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:
- 
  index Index into the collection. 
- Returns:
- The style rule at the indexposition in theCSSValueList, ornullif that is not valid index.
Definition at line 296 of file css_value.cpp.
| 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.
| CSSValueList & DOM::CSSValueList::operator= | ( | const CSSValue & | other | ) | 
| CSSValueList & DOM::CSSValueList::operator= | ( | const CSSValueList & | other | ) | 
Definition at line 261 of file css_value.cpp.
Member Data Documentation
| 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:
 KDE 3.5 API Reference
    KDE 3.5 API Reference