org.kde.koala
public class KDockWidgetHeader extends KDockWidgetAbstractHeader
UNKNOWN: The header (additional bar) for a KDockWidget s (and member of the dockwidget class set).
| Constructor Summary | |
|---|---|
| protected | KDockWidgetHeader(Class dummy) |
| KDockWidgetHeader(KDockWidget parent, String name)
Constructs this. | |
| KDockWidgetHeader(KDockWidget parent) | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | dragEnabled() |
| KDockWidgetHeaderDrag | dragPanel()
Get the drag panel of this header. |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | forceCloseButtonHidden(boolean enable) |
| void | forceCloseButtonHidden() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | loadConfig(KConfig c)
Loads the current button state from a KDE config container object. |
| QMetaObject | metaObject() |
| void | saveConfig(KConfig c)
Saves the current button state to a KDE config container object. |
| void | setDragEnabled(boolean b) |
| void | setDragPanel(KDockWidgetHeaderDrag nd)
Sets the drag panel of this header. |
| void | setTopLevel(boolean t)
Hides the close button and stay button when switching to toplevel or vice versa shows them. |
| void | showUndockButton(boolean show) |
| protected void | slotStayClicked()
Sets dragging the dockwidget off when the stay button is pressed down and vice versa. |
Parameters: parent the parent widget (usually a dockwidget) name the object instance name
UNKNOWN: Constructs this.
UNKNOWN: Get the drag panel of this header.
Parameters: c the configuration safe
UNKNOWN: Loads the current button state from a KDE config container object.
Parameters: c the configuration safe
UNKNOWN: Saves the current button state to a KDE config container object.
Parameters: nd A pointer to the new drag panel
UNKNOWN: Sets the drag panel of this header.
Parameters: t toplevel or not
UNKNOWN: Hides the close button and stay button when switching to toplevel or vice versa shows them.
UNKNOWN: Sets dragging the dockwidget off when the stay button is pressed down and vice versa.