org.kde.koala
public interface KDockWidgetSignals
| Method Summary | |
|---|---|
| void | docking(KDockWidget dw, int dp)
Emitted when another dock widget is docking to this. |
| void | hasUndocked()
Emitted when the widget has undocked. |
| void | headerCloseButtonClicked()
Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked. |
| void | headerDockbackButtonClicked()
Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked. |
| void | iMBeingClosed()
Emitted when the widget processes a close event. |
| void | setDockDefaultPos()
Signals that the dock default position is set. |
| void | widgetSet(QWidget arg1) |
Parameters: dw the dockwidget that is docking to this dp the DockPosition where it wants to dock to
UNKNOWN: Emitted when another dock widget is docking to this.
UNKNOWN: Emitted when the widget has undocked.
UNKNOWN: Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked.
UNKNOWN: Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked.
UNKNOWN: Emitted when the widget processes a close event.
UNKNOWN: Signals that the dock default position is set.
UNKNOWN: