KHTML
DOM::Counter Class Reference
#include <css_value.h>
Detailed Description
TheCounter
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 693 of file css_value.h.
Public Member Functions | |
Counter (const Counter &other) | |
Counter () | |
CounterImpl * | handle () const |
DOM::DOMString | identifier () const |
bool | isNull () const |
DOM::DOMString | listStyle () const |
Counter & | operator= (const Counter &other) |
DOM::DOMString | separator () const |
~Counter () | |
Protected Member Functions | |
Counter (CounterImpl *i) | |
Protected Attributes | |
CounterImpl * | impl |
Constructor & Destructor Documentation
DOM::Counter::Counter | ( | ) |
Definition at line 387 of file css_value.cpp.
DOM::Counter::Counter | ( | const Counter & | other | ) |
Definition at line 391 of file css_value.cpp.
DOM::Counter::~Counter | ( | ) |
Definition at line 412 of file css_value.cpp.
DOM::Counter::Counter | ( | CounterImpl * | i | ) | [protected] |
Definition at line 406 of file css_value.cpp.
Member Function Documentation
CounterImpl * DOM::Counter::handle | ( | ) | const |
Definition at line 435 of file css_value.cpp.
DOMString DOM::Counter::identifier | ( | ) | const |
This attribute is used for the identifier of the counter.
Definition at line 417 of file css_value.cpp.
bool DOM::Counter::isNull | ( | ) | const |
Definition at line 440 of file css_value.cpp.
DOMString DOM::Counter::listStyle | ( | ) | const |
Definition at line 396 of file css_value.cpp.
DOMString DOM::Counter::separator | ( | ) | const |
This attribute is used for the separator of nested counters.
Definition at line 429 of file css_value.cpp.
Member Data Documentation
CounterImpl* DOM::Counter::impl [protected] |
Definition at line 731 of file css_value.h.
The documentation for this class was generated from the following files: