org.kde.koala
public class KDockWidgetHeaderDrag extends KDockWidgetAbstractHeaderDrag
UNKNOWN: This special widget is the panel one can grip with the mouses (and member of the dockwidget class set).
| Constructor Summary | |
|---|---|
| protected | KDockWidgetHeaderDrag(Class dummy) |
| KDockWidgetHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock, String name)
Constructs this. | |
| KDockWidgetHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock) | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| protected void | paintEvent(QPaintEvent arg1)
Draws the drag panel (a double line) |
Parameters: parent the parent widget (usually a dockwidget header) dock the dockwidget where it belongs to name the object instance name
UNKNOWN: Constructs this.
UNKNOWN: Draws the drag panel (a double line)