org.kde.koala
public class KDockWidgetAbstractHeader extends QFrame
UNKNOWN: An abstract base clase for all dockwidget headers (and member of the dockwidget class set).
Constructor Summary | |
---|---|
protected | KDockWidgetAbstractHeader(Class dummy) |
KDockWidgetAbstractHeader(KDockWidget parent, String name)
Constructs this. | |
KDockWidgetAbstractHeader(KDockWidget parent) |
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? |
void | loadConfig(KConfig arg1)
Provides loading the current configuration. |
QMetaObject | metaObject() |
void | saveConfig(KConfig arg1)
Provides saving the current configuration. |
void | setTopLevel(boolean arg1)
Provides things concerning to switching to toplevel mode. |
Parameters: parent the parent widget (usually a dockwidget) name the object instance name
UNKNOWN: Constructs this.
UNKNOWN: Provides loading the current configuration.
UNKNOWN: Provides saving the current configuration.
UNKNOWN: Provides things concerning to switching to toplevel mode.