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

Detailed Description
The widget for editing paragraph borders (tab 3).Definition at line 183 of file KoParagDia.h.
Public Member Functions | |
| KoParagDecorationWidget (QWidget *parent, const char *name=0) | |
| virtual void | display (const KoParagLayout &lay) |
| virtual void | save (KoParagLayout &lay) |
| virtual QString | tabName () |
| KoBorder | leftBorder () const |
| KoBorder | rightBorder () const |
| KoBorder | topBorder () const |
| KoBorder | bottomBorder () const |
| bool | joinBorder () const |
| QColor | backgroundColor () const |
Protected Slots | |
| void | brdLeftToggled (bool) |
| void | brdRightToggled (bool) |
| void | brdTopToggled (bool) |
| void | brdBottomToggled (bool) |
| void | brdJoinToggled (bool) |
| void | slotPressEvent (QMouseEvent *_ev) |
Protected Member Functions | |
| void | updateBorders () |
Member Function Documentation
| QString KoParagDecorationWidget::tabName | ( | ) | [virtual] |
return the (i18n-ed) name of the tab
Implements KoParagLayoutWidget.
Definition at line 1533 of file KoParagDia.cpp.
The documentation for this class was generated from the following files:

