//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.QMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.QPixmap; import org.kde.qt.QPaintEvent; import org.kde.qt.QPoint; import org.kde.qt.QMouseEvent; import org.kde.qt.QEvent; import org.kde.qt.QWidget; public interface KDockWidgetSignals { /** @short */ void widgetSet(QWidget arg1); /** Emitted when another dock widget is docking to this. @param dw the dockwidget that is docking to this @param dp the DockPosition where it wants to dock to @short Emitted when another dock widget is docking to this. */ void docking(KDockWidget dw, int dp); /** Signals that the dock default position is set. @short Signals that the dock default position is set. */ void setDockDefaultPos(); /** Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked. @short Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked. */ void headerCloseButtonClicked(); /** Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked. @short Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked. */ void headerDockbackButtonClicked(); /** Emitted when the widget processes a close event. @short Emitted when the widget processes a close event. */ void iMBeingClosed(); /** Emitted when the widget has undocked. @short Emitted when the widget has undocked. */ void hasUndocked(); }