#include <KoListStyleStack.h>
Fonctions membres publiques | |
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 |
| |
Attributs privés | |
Q3ValueStack< QDomElement > | m_stack |
int | m_initialLevel |
Définition à la ligne 34 du fichier KoListStyleStack.h.
KoListStyleStack::KoListStyleStack | ( | ) |
Définition à la ligne 5 du fichier KoListStyleStack.cpp.
KoListStyleStack::~KoListStyleStack | ( | ) |
Définition à la ligne 10 du fichier KoListStyleStack.cpp.
void KoListStyleStack::pop | ( | ) |
Removes the style on top of the stack.
Définition à la ligne 14 du fichier KoListStyleStack.cpp.
Références m_stack.
Référencé par KoTextDocument::loadList(), et KoParagStyle::loadStyle().
Voici le graphe d'appel pour cette fonction :
void KoListStyleStack::push | ( | const QDomElement & | style | ) |
Pushes the new list-style onto the stack.
Définition à la ligne 19 du fichier KoListStyleStack.cpp.
Références m_stack.
Référencé par KoOasisContext::pushListLevelStyle().
Voici le graphe d'appel pour cette fonction :
bool KoListStyleStack::hasListStyle | ( | ) | const [inline] |
Définition à la ligne 51 du fichier KoListStyleStack.h.
Références m_stack.
QDomElement KoListStyleStack::currentListStyle | ( | ) | const |
Définition à la ligne 30 du fichier KoListStyleStack.cpp.
Références m_stack.
Référencé par currentListStyleProperties(), currentListStyleTextProperties(), KoTextDocument::loadList(), KoParagCounter::loadOasis(), et KoParagStyle::loadStyle().
Voici le graphe d'appel pour cette fonction :
QDomElement KoListStyleStack::currentListStyleProperties | ( | ) | const |
Définition à la ligne 36 du fichier KoListStyleStack.cpp.
Références currentListStyle(), KoDom::namedItemNS(), et KoXmlNS::style.
Référencé par KoTextParag::applyListStyle(), et KoParagCounter::loadOasis().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
QDomElement KoListStyleStack::currentListStyleTextProperties | ( | ) | const |
Définition à la ligne 42 du fichier KoListStyleStack.cpp.
Références currentListStyle(), KoDom::namedItemNS(), et KoXmlNS::style.
Référencé par KoParagCounter::loadOasis().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
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 explicitly specified in the [un]ordered-list tag (OASIS extension)
Définition à la ligne 24 du fichier KoListStyleStack.cpp.
Références m_initialLevel, et m_stack.
int KoListStyleStack::initialLevel | ( | ) | const [inline] |
Définition à la ligne 78 du fichier KoListStyleStack.h.
Références m_initialLevel.
int KoListStyleStack::level | ( | ) | const [inline] |
Définition à la ligne 81 du fichier KoListStyleStack.h.
Références m_initialLevel, et m_stack.
Référencé par KoTextDocument::loadList().
Voici le graphe d'appel pour cette fonction :
Q3ValueStack<QDomElement> KoListStyleStack::m_stack [private] |
Définition à la ligne 85 du fichier KoListStyleStack.h.
Référencé par currentListStyle(), hasListStyle(), level(), pop(), push(), et setInitialLevel().
int KoListStyleStack::m_initialLevel [private] |
Définition à la ligne 86 du fichier KoListStyleStack.h.
Référencé par initialLevel(), level(), et setInitialLevel().