org.kde.koala
Interface KDockWidgetSignals


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(org.kde.qt.QWidget arg1)
           
 

Method Detail

widgetSet

void widgetSet(org.kde.qt.QWidget arg1)

docking

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

setDockDefaultPos

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


headerCloseButtonClicked

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


headerDockbackButtonClicked

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


iMBeingClosed

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


hasUndocked

void hasUndocked()
Emitted when the widget has undocked.