#include <kdockwidget.h>
Inheritance diagram for KDockWidgetHeader:

Public Methods | |
| KDockWidgetHeader (KDockWidget *parent, const char *name=0L) | |
| virtual | ~KDockWidgetHeader () |
| virtual void | setTopLevel (bool t) |
| void | setDragPanel (KDockWidgetHeaderDrag *nd) |
| void | showUndockButton (bool show) |
| |
| virtual void | saveConfig (KConfig *c) |
| virtual void | loadConfig (KConfig *) |
Protected Slots | |
| void | slotStayClicked () |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
| QHBoxLayout * | layout |
| KDockButton_Private * | closeButton |
| KDockButton_Private * | stayButton |
| KDockButton_Private * | dockbackButton |
| KDockWidgetHeaderDrag * | drag |
Definition at line 233 of file kdockwidget.h.
|
||||||||||||
|
Constructs this.
|
|
|
Destructs this. Definition at line 249 of file kdockwidget.h. |
|
|
Loads the current button state from a KDE config container object.
Reimplemented from KDockWidgetAbstractHeader. |
|
|
Saves the current button state to a KDE config container object.
Reimplemented from KDockWidgetAbstractHeader. |
|
|
Sets the drag panel of this header.
|
|
|
Hides the close button and stay button when switching to toplevel or vice versa shows them.
Reimplemented from KDockWidgetAbstractHeader. |
|
|
Sets dragging the dockwidget off when the stay button is pressed down and vice versa. |
|
|
a little button for closing (undocking and hiding) the dockwidget Definition at line 302 of file kdockwidget.h. |
|
|
a little button for dock back the dockwidget to it's previous dockwidget Definition at line 312 of file kdockwidget.h. |
|
|
the drag panel (double line) Definition at line 317 of file kdockwidget.h. |
|
|
A layout manager for placing the embedded buttons (close and stay) Definition at line 297 of file kdockwidget.h. |
|
|
a little button for enabling/disabling dragging the dockwidget with the mouse Definition at line 307 of file kdockwidget.h. |
1.2.18