|
|
The header (additional bar) for a KDockWidget s (and member of the dockwidget class set). It have got the buttons located there. And it is for recording and reading the button states. More or less a minor helper class for the dockwidget class set.
| |
Constructs this.
Parameters:
| parent | the parent widget (usually a dockwidget) |
| name | the object instance name |
| ~ |
[virtual]
Destructs this.
| void |
[virtual]
Hides the close button and stay button when switching to toplevel or vice versa shows them.
Parameters:
| t | toplevel or not |
Reimplemented from KDockWidgetAbstractHeader
| void |
[virtual]
Saves the current button state to a KDE config container object.
Parameters:
| c | the configuration safe |
Reimplemented from KDockWidgetAbstractHeader
| void |
[virtual]
Loads the current button state from a KDE config container object.
Parameters:
| c | the configuration safe |
Reimplemented from KDockWidgetAbstractHeader
| void |
[protected slot]
Set dragging the dockwidget off when the stay button is pressed down and vice versa.
| QHBoxLayout* |
[protected]
A layout manager for placing the embedded buttons (close and stay)
| KDockButton_Private* |
[protected]
a little button for closing (undocking and hiding) the dockwidget
| KDockButton_Private* |
[protected]
a little button for enabling/disabling dragging the dockwidget with the mouse
| KDockButton_Private* |
[protected]
a little button for dock back the dockwidget to it's previous dockwidget
| KDockWidgetHeaderDrag* |
[protected]
the drag panel (double line)