org.kde.koala

Interface KMdiChildAreaSignals

public interface KMdiChildAreaSignals

Method Summary
voidlastChildFrmClosed()
Signals that the last attached (docked) MDI view has been closed.
voidnoMaximizedChildFrmLeft(KMdiChildFrm arg1)
Signals that there aren't maximized child frames any more
voidnowMaximized(boolean arg1)
Signals that the child frames are maximized now
voidpopupWindowMenu(QPoint arg1)
Signals a KMdiMainFrm that the 'Window' popup menu must be shown
voidsysButtonConnectionsMustChange(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

lastChildFrmClosed

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

UNKNOWN: Signals that the last attached (docked) MDI view has been closed.

noMaximizedChildFrmLeft

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

UNKNOWN: Signals that there aren't maximized child frames any more

nowMaximized

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

UNKNOWN: Signals that the child frames are maximized now

popupWindowMenu

public void popupWindowMenu(QPoint arg1)
Signals a KMdiMainFrm that the 'Window' popup menu must be shown

UNKNOWN: Signals a KMdiMainFrm that the 'Window' popup menu must be shown

sysButtonConnectionsMustChange

public 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

UNKNOWN: 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