org.kde.koala

Interface KDockWidgetSignals

public interface KDockWidgetSignals

Method Summary
voiddocking(KDockWidget dw, int dp)
Emitted when another dock widget is docking to this.
voidhasUndocked()
Emitted when the widget has undocked.
voidheaderCloseButtonClicked()
Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked.
voidheaderDockbackButtonClicked()
Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked.
voidiMBeingClosed()
Emitted when the widget processes a close event.
voidsetDockDefaultPos()
Signals that the dock default position is set.
voidwidgetSet(QWidget arg1)

Method Detail

docking

public void docking(KDockWidget dw, int dp)
Emitted when another dock widget is docking to this.

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.

hasUndocked

public void hasUndocked()
Emitted when the widget has undocked.

UNKNOWN: Emitted when the widget has undocked.

headerCloseButtonClicked

public void headerCloseButtonClicked()
Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked.

UNKNOWN: Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked.

headerDockbackButtonClicked

public void headerDockbackButtonClicked()
Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked.

UNKNOWN: Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked.

iMBeingClosed

public void iMBeingClosed()
Emitted when the widget processes a close event.

UNKNOWN: Emitted when the widget processes a close event.

setDockDefaultPos

public void setDockDefaultPos()
Signals that the dock default position is set.

UNKNOWN: Signals that the dock default position is set.

widgetSet

public void widgetSet(QWidget arg1)

UNKNOWN: