khtml Library API Documentation

DOM::Counter Class Reference

The Counter interface is used to represent any counter or counters function value. More...

#include <css_value.h>

List of all members.

Public Member Functions

 Counter ()
 Counter (const Counter &other)
Counteroperator= (const Counter &other)
 ~Counter ()
DOM::DOMString identifier () const
DOM::DOMString listStyle () const
DOM::DOMString separator () const
CounterImplhandle () const
bool isNull () const

Protected Member Functions

 Counter (CounterImpl *i)

Protected Attributes

CounterImplimpl

Friends

class CSSPrimitiveValue


Detailed Description

The Counter interface is used to represent any counter or counters function value.

This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.

Definition at line 698 of file css_value.h.


Member Function Documentation

DOMString DOM::Counter::identifier  )  const
 

This attribute is used for the identifier of the counter.

Definition at line 447 of file css_value.cpp.

References DOM::CounterImpl::identifier(), and impl.

Referenced by KJS::DOMCounter::getValueProperty().

DOMString DOM::Counter::listStyle  )  const
 

This attribute is used for the style of the list.

Definition at line 453 of file css_value.cpp.

References impl, DOM::CounterImpl::listStyle(), and khtml::stringForListStyleType().

Referenced by KJS::DOMCounter::getValueProperty().

DOMString DOM::Counter::separator  )  const
 

This attribute is used for the separator of nested counters.

Definition at line 459 of file css_value.cpp.

References impl, and DOM::CounterImpl::separator().

Referenced by KJS::DOMCounter::getValueProperty().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 06:25:42 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003