//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQColor; import org.kde.qt.TQFont; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPoint; import org.kde.qt.TQMouseEvent; import org.kde.qt.TQWidget; import org.kde.qt.TQResizeEvent; 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(TQPoint 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(); }