filters
ListStyleStack Class Reference
#include <liststylestack.h>
Detailed Description
This class implements the list styles currently active at a given point.Unlike StyleStack, 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>
Definition at line 32 of file liststylestack.h.
Public Member Functions | |
ListStyleStack () | |
~ListStyleStack () | |
void | pop () |
void | push (const QDomElement &style) |
bool | hasListStyle () const |
QDomElement | currentListStyle () const |
QDomElement | currentListStyleProperties () const |
void | setInitialLevel (int initialLevel) |
int | initialLevel () const |
int | level () const |
Member Function Documentation
|
Definition at line 50 of file liststylestack.cc. |
|
Definition at line 56 of file liststylestack.cc. |
|
Definition at line 49 of file liststylestack.h. |
|
Definition at line 71 of file liststylestack.h. |
|
Definition at line 74 of file liststylestack.h. |
|
Removes the style on top of the stack.
Definition at line 34 of file liststylestack.cc. |
|
Pushes the new list-style onto the stack.
Definition at line 39 of file liststylestack.cc. |
|
Set the initial level of the list, i.e. of item at the bottom of the stack. This is used when a level is explicitly specified in the [un]ordered-list tag (OASIS extension) Definition at line 44 of file liststylestack.cc. |
The documentation for this class was generated from the following files: