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/KMdiChildAreaSignals.java

43 lines
1.6 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.QColor;
import org.kde.qt.QFont;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QPoint;
import org.kde.qt.QMouseEvent;
import org.kde.qt.QWidget;
import org.kde.qt.QResizeEvent;
public interface KMdiChildAreaSignals {
/**
Signals that there aren't maximized child frames any more
@short Signals that there aren't maximized child frames any more
*/
void noMaximizedChildFrmLeft(KMdiChildFrm arg1);
/**
Signals that the child frames are maximized now
@short Signals that the child frames are maximized now
*/
void nowMaximized(boolean arg1);
/**
Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the
menubar (only in Maximize mode) must be updated to another MDI view because the focused
MDI view has changed
@short Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the menubar (only in Maximize mode) must be updated to another MDI view because the focused MDI view has changed
*/
void sysButtonConnectionsMustChange(KMdiChildFrm arg1, KMdiChildFrm arg2);
/**
Signals a KMdiMainFrm that the 'Window' popup menu must be shown
@short Signals a KMdiMainFrm that the 'Window' popup menu must be shown
*/
void popupWindowMenu(QPoint arg1);
/**
Signals that the last attached (docked) MDI view has been closed.
Note: Detached MDI views can remain.
@short Signals that the last attached (docked) MDI view has been closed.
*/
void lastChildFrmClosed();
}