//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPixmap; import org.kde.qt.TQPaintEvent; import org.kde.qt.TQPoint; import org.kde.qt.TQMouseEvent; import org.kde.qt.TQEvent; import org.kde.qt.TQWidget; public interface KDockWidgetSignals { /** @short */ void widgetSet(TQWidget 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(); }