org.kde.koala
public class KDockWidgetAbstractHeaderDrag extends QFrame
UNKNOWN: An abstract class for all dockwidget drag-panels of a dockwidgets (and member of the dockwidget class set).
| Constructor Summary | |
|---|---|
| protected | KDockWidgetAbstractHeaderDrag(Class dummy) |
| KDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock, String name)
Constructs this. | |
| KDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock) | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| KDockWidget | dockWidget() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
Parameters: parent the parent widget (usually a dockwidget header) dock the dockwidget where it belongs to name the object instance name
UNKNOWN: Constructs this.
Returns: the dockwidget where this belongs to
UNKNOWN: