lib
KoStyleManager Class Reference
#include <KoStyleManager.h>
Inheritance diagram for KoStyleManager:

Detailed Description
This class provides a dialog for editing named text styles.
Definition at line 54 of file KoStyleManager.h.
Public Types | |
| enum | { ShowIncludeInToc = 1 } |
Public Member Functions | |
| KoStyleManager (QWidget *_parent, KoUnit::Unit unit, const KoStyleCollection &styleCollection, const QString &activeStyleName, int flags=0) | |
| virtual | ~KoStyleManager () |
| virtual KoParagStyle * | addStyleTemplate (KoParagStyle *style)=0 |
| virtual void | applyStyleChange (KoStyleChangeDefMap changed)=0 |
| virtual void | removeStyleTemplate (KoParagStyle *style)=0 |
| virtual void | updateAllStyleLists ()=0 |
| virtual void | updateStyleListOrder (const QStringList &list)=0 |
Protected Slots | |
| virtual void | slotOk () |
| virtual void | slotApply () |
| void | switchStyle () |
| void | switchTabs () |
| void | addStyle () |
| void | deleteStyle () |
| void | moveUpStyle () |
| void | moveDownStyle () |
| void | renameStyle (const QString &) |
Protected Member Functions | |
| void | updateFollowingStyle (KoParagStyle *s) |
| void | updateInheritStyle (KoParagStyle *s) |
| void | setupWidget (const KoStyleCollection &styleCollection) |
| void | addGeneralTab (int flags) |
| void | apply () |
| void | updateGUI () |
| void | updatePreview () |
| void | save () |
| int | styleIndex (int pos) |
| KoParagStyle * | style (const QString &_name) |
| void | addTab (KoStyleManagerTab *tab) |
| QString | generateUniqueName () |
The documentation for this class was generated from the following files:

