KHTML
#include <css_value.h>
Public Member Functions | |
Counter () | |
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 |
Protected Member Functions | |
Counter (CounterImpl *i) | |
Protected Attributes | |
CounterImpl * | impl |
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 697 of file css_value.h.
Constructor & Destructor Documentation
◆ Counter() [1/3]
DOM::Counter::Counter | ( | ) |
Definition at line 391 of file css_value.cpp.
◆ Counter() [2/3]
DOM::Counter::Counter | ( | const Counter & | other | ) |
Definition at line 395 of file css_value.cpp.
◆ ~Counter()
DOM::Counter::~Counter | ( | ) |
Definition at line 416 of file css_value.cpp.
◆ Counter() [3/3]
|
protected |
Definition at line 410 of file css_value.cpp.
Member Function Documentation
◆ handle()
CounterImpl * DOM::Counter::handle | ( | ) | const |
not part of the DOM
Definition at line 439 of file css_value.cpp.
◆ identifier()
DOMString DOM::Counter::identifier | ( | ) | const |
This attribute is used for the identifier of the counter.
Definition at line 421 of file css_value.cpp.
◆ isNull()
bool DOM::Counter::isNull | ( | ) | const |
Definition at line 444 of file css_value.cpp.
◆ listStyle()
DOMString DOM::Counter::listStyle | ( | ) | const |
This attribute is used for the style of the list.
Definition at line 427 of file css_value.cpp.
◆ operator=()
Definition at line 400 of file css_value.cpp.
◆ separator()
DOMString DOM::Counter::separator | ( | ) | const |
This attribute is used for the separator of nested counters.
Definition at line 433 of file css_value.cpp.
Member Data Documentation
◆ impl
|
protected |
Definition at line 735 of file css_value.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.