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

Detailed Description
This is the base class for any widget [usually used in a tab] that handles modifying a part of a KoParagLayout.Used by the paragraph dialog (this file) and by the style editor.
Definition at line 72 of file KoParagDia.h.
Public Member Functions | |
KoParagLayoutWidget (int flag, QWidget *parent, const char *name=0) | |
virtual | ~KoParagLayoutWidget () |
virtual void | display (const KoParagLayout &lay)=0 |
virtual void | save (KoParagLayout &lay)=0 |
virtual QString | tabName ()=0 |
int | flag () const |
Member Function Documentation
virtual QString KoParagLayoutWidget::tabName | ( | ) | [pure virtual] |
return the (i18n-ed) name of the tab
Implemented in KoIndentSpacingWidget, KoParagAlignWidget, KoParagDecorationWidget, KoParagCounterWidget, and KoParagTabulatorsWidget.
The documentation for this class was generated from the following file: