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

khtml

  • DOM
  • CSSValueList
Public Member Functions | Protected Attributes
DOM::CSSValueList Class Reference

#include <css_value.h>

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

List of all members.

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)

Protected Attributes

CSSValueListImpl * vimpl

Detailed Description

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

Definition at line 316 of file css_value.h.


Member Function Documentation

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.

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.


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

khtml

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

khtml

Skip menu "khtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for khtml by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |