lib
KoListStyleStack Class Reference
#include <KoListStyleStack.h>
Detailed Description
This class implements the list styles currently active at a given point.Unlike KoStyleStack, this is NOT an inheritance stack. The list-style stack contains one item per list level at any given point. For instance inside <ul><li><ul><li> (in html terms), it will have 2 items.
- Author:
- David Faure <faure@kde.org>
Definition at line 34 of file KoListStyleStack.h.
Public Member Functions | |
KoListStyleStack () | |
~KoListStyleStack () | |
void | pop () |
void | push (const QDomElement &style) |
bool | hasListStyle () const |
QDomElement | currentListStyle () const |
QDomElement | currentListStyleProperties () const |
QDomElement | currentListStyleTextProperties () const |
void | setInitialLevel (int initialLevel) |
int | initialLevel () const |
int | level () const |
Member Function Documentation
QDomElement KoListStyleStack::currentListStyle | ( | ) | const |
- Returns:
- currenty applicable list style, i.e. the one on top of the stack Most list-level properties are the attributes of that element.
Definition at line 30 of file KoListStyleStack.cpp.
QDomElement KoListStyleStack::currentListStyleProperties | ( | ) | const |
- Returns:
- the style:list-level-properties for the currenty applicable list style. The list-level properties that are only "style" information, like text:min-label-width, text:space-before, and style:font-name are the attributes of that element.
Definition at line 36 of file KoListStyleStack.cpp.
QDomElement KoListStyleStack::currentListStyleTextProperties | ( | ) | const |
- Returns:
- the style:text-properties for the currenty applicable list style.
Definition at line 42 of file KoListStyleStack.cpp.
bool KoListStyleStack::hasListStyle | ( | ) | const [inline] |
- Returns:
- true if we're inside a list (i.e. the stack isn't empty)
Definition at line 51 of file KoListStyleStack.h.
int KoListStyleStack::initialLevel | ( | ) | const [inline] |
int KoListStyleStack::level | ( | ) | const [inline] |
void KoListStyleStack::pop | ( | ) |
void KoListStyleStack::push | ( | const QDomElement & | style | ) |
void KoListStyleStack::setInitialLevel | ( | int | initialLevel | ) |
Set the initial level of the list, i.e.
of item at the bottom of the stack. This is used when a level is explicitely specified in the [un]ordered-list tag (OASIS extension)
Definition at line 24 of file KoListStyleStack.cpp.
The documentation for this class was generated from the following files: