org.kde.koala
Interface KMdiChildViewSignals


public interface KMdiChildViewSignals


Method Summary
 void activated(KMdiChildView arg1)
          Is sent when this MDI child was set to the activate view of all MDI views (after actually changing the focus).
 void attachWindow(KMdiChildView arg1, boolean arg2)
          Internally used by KMdiChildView.attach to send it as command to the mainframe.
 void captionUpdated(org.kde.qt.QWidget arg1, java.lang.String arg2)
           
 void childWindowCloseRequest(KMdiChildView arg1)
          Internally used to send information to the mainframe that this MDI child view wants to be closed.
 void clickedInDockMenu(int arg1)
          Is automatically emitted when slot_clickedInDockMenu is called
 void clickedInWindowMenu(int arg1)
          Is automatically emitted when slot_clickedInWindowMenu is called
 void deactivated(KMdiChildView arg1)
          Is sent when this MDI child view was deactivated (after actually changing the focus).
 void detachWindow(KMdiChildView arg1, boolean arg2)
          Internally used by KMdiChildView.detach to send it as command to the mainframe.
 void focusInEventOccurs(KMdiChildView arg1)
          Is sent when this MDI child view is going to receive focus (before actually changing the focus).
 void gotFocus(KMdiChildView arg1)
          Is sent when this MDI child has received the focus (after actually changing the focus).
 void iconUpdated(org.kde.qt.QWidget arg1, org.kde.qt.QPixmap arg2)
           
 void isAttachedNow()
          Signals this has been attached
 void isDetachedNow()
          Signals this has been detached
 void isMaximizedNow()
          Signals this has been maximized
 void isMinimizedNow()
          Signals this has been minimized
 void isRestoredNow()
          Signals this has been restored (normalized)
 void lostFocus(KMdiChildView arg1)
          Is sent when this MDI child view has lost the focus (after actually changing the focus).
 void mdiParentNowMaximized(boolean arg1)
          Internally used to send information to the mainframe that this MDI view is maximized now.
 void tabCaptionChanged(java.lang.String arg1)
          Emitted when the window caption is changed via KMdiChildView.setTabCaption or KMdiChildView.setMDICaption
 void windowCaptionChanged(java.lang.String arg1)
          Emitted when the window caption is changed via KMdiChildView.setCaption or KMdiChildView.setMDICaption
 

Method Detail

attachWindow

void attachWindow(KMdiChildView arg1,
                  boolean arg2)
Internally used by KMdiChildView.attach to send it as command to the mainframe.


detachWindow

void detachWindow(KMdiChildView arg1,
                  boolean arg2)
Internally used by KMdiChildView.detach to send it as command to the mainframe.


focusInEventOccurs

void focusInEventOccurs(KMdiChildView arg1)
Is sent when this MDI child view is going to receive focus (before actually changing the focus). Internally used to send information to the mainframe that this MDI child view is focused. See KMdiChildView.focusInEvent


gotFocus

void gotFocus(KMdiChildView arg1)
Is sent when this MDI child has received the focus (after actually changing the focus). See KMdiChildView.focusInEvent


activated

void activated(KMdiChildView arg1)
Is sent when this MDI child was set to the activate view of all MDI views (after actually changing the focus). See KMdiChildView.activate


lostFocus

void lostFocus(KMdiChildView arg1)
Is sent when this MDI child view has lost the focus (after actually changing the focus). See KMdiChildView.focusOutEvent


deactivated

void deactivated(KMdiChildView arg1)
Is sent when this MDI child view was deactivated (after actually changing the focus). See KMdiChildView.focusOutEvent


childWindowCloseRequest

void childWindowCloseRequest(KMdiChildView arg1)
Internally used to send information to the mainframe that this MDI child view wants to be closed. See KMdiChildView.closeEvent and KMdiMainFrm.closeWindow


windowCaptionChanged

void windowCaptionChanged(java.lang.String arg1)
Emitted when the window caption is changed via KMdiChildView.setCaption or KMdiChildView.setMDICaption


tabCaptionChanged

void tabCaptionChanged(java.lang.String arg1)
Emitted when the window caption is changed via KMdiChildView.setTabCaption or KMdiChildView.setMDICaption


mdiParentNowMaximized

void mdiParentNowMaximized(boolean arg1)
Internally used to send information to the mainframe that this MDI view is maximized now. Usually, the mainframe switches system buttons.


clickedInWindowMenu

void clickedInWindowMenu(int arg1)
Is automatically emitted when slot_clickedInWindowMenu is called


clickedInDockMenu

void clickedInDockMenu(int arg1)
Is automatically emitted when slot_clickedInDockMenu is called


isMaximizedNow

void isMaximizedNow()
Signals this has been maximized


isMinimizedNow

void isMinimizedNow()
Signals this has been minimized


isRestoredNow

void isRestoredNow()
Signals this has been restored (normalized)


isAttachedNow

void isAttachedNow()
Signals this has been attached


isDetachedNow

void isDetachedNow()
Signals this has been detached


iconUpdated

void iconUpdated(org.kde.qt.QWidget arg1,
                 org.kde.qt.QPixmap arg2)

captionUpdated

void captionUpdated(org.kde.qt.QWidget arg1,
                    java.lang.String arg2)