You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KDockWidgetSignals.java

51 lines
1.5 KiB

//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();
}