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

Detailed Description
A floating palette that allows the adding and removing of widgets to its organzing principle.There is currently no titlebar with a shade button; I hope to be able to use QDockWidget's toggle view action for that.
Definition at line 39 of file kopalette.h.
Public Member Functions | |
| KoPalette (QWidget *parent, const char *name) | |
| virtual | ~KoPalette () |
| virtual void | resetFont () |
| void | setStyle (enumKoPaletteStyle style) |
| enumKoPaletteStyle | style () |
| virtual void | plug (QWidget *widget, const QString &name, int position)=0 |
| virtual void | unplug (const QWidget *widget)=0 |
| virtual void | showPage (QWidget *w)=0 |
| virtual void | togglePageHidden (QWidget *w)=0 |
| virtual void | hidePage (QWidget *w)=0 |
| virtual void | makeVisible (bool v)=0 |
| virtual bool | isHidden (QWidget *w)=0 |
| virtual int | indexOf (QWidget *w)=0 |
Protected Member Functions | |
| virtual void | setMainWidget (QWidget *widget) |
Protected Attributes | |
| QFont | m_font |
| enumKoPaletteStyle | m_style |
The documentation for this class was generated from the following files:

