DOM::Counter

Search for usage in LXR

#include <css_value.h>

Public Member Functions

 Counter (const Counter &other)
 
CounterImpl * handle () const
 
DOM::DOMString identifier () const
 
bool isNull () const
 
DOM::DOMString listStyle () const
 
Counteroperator= (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 696 of file css_value.h.

Member Function Documentation

◆ handle()

CounterImpl * DOM::Counter::handle ( ) const

not part of the DOM

Definition at line 537 of file css_value.cpp.

◆ identifier()

DOMString DOM::Counter::identifier ( ) const

This attribute is used for the identifier of the counter.

Definition at line 513 of file css_value.cpp.

◆ listStyle()

DOMString DOM::Counter::listStyle ( ) const

This attribute is used for the style of the list.

Definition at line 521 of file css_value.cpp.

◆ separator()

DOMString DOM::Counter::separator ( ) const

This attribute is used for the separator of nested counters.

Definition at line 529 of file css_value.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:00:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.