org.kde.koala
Interface KMdiChildAreaSignals


public interface KMdiChildAreaSignals


Method Summary
 void lastChildFrmClosed()
          Signals that the last attached (docked) MDI view has been closed.
 void noMaximizedChildFrmLeft(KMdiChildFrm arg1)
          Signals that there aren't maximized child frames any more
 void nowMaximized(boolean arg1)
          Signals that the child frames are maximized now
 void popupWindowMenu(org.kde.qt.QPoint arg1)
          Signals a KMdiMainFrm that the 'Window' popup menu must be shown
 void sysButtonConnectionsMustChange(KMdiChildFrm arg1, KMdiChildFrm arg2)
          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
 

Method Detail

noMaximizedChildFrmLeft

void noMaximizedChildFrmLeft(KMdiChildFrm arg1)
Signals that there aren't maximized child frames any more


nowMaximized

void nowMaximized(boolean arg1)
Signals that the child frames are maximized now


sysButtonConnectionsMustChange

void sysButtonConnectionsMustChange(KMdiChildFrm arg1,
                                    KMdiChildFrm arg2)
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


popupWindowMenu

void popupWindowMenu(org.kde.qt.QPoint arg1)
Signals a KMdiMainFrm that the 'Window' popup menu must be shown


lastChildFrmClosed

void lastChildFrmClosed()
Signals that the last attached (docked) MDI view has been closed. Note: Detached MDI views can remain.