org.kde.koala

Interface KMdiChildViewSignals

public interface KMdiChildViewSignals

Method Summary
voidactivated(KMdiChildView arg1)
Is sent when this MDI child was set to the activate view of all MDI views (after actually changing the focus).
voidattachWindow(KMdiChildView arg1, boolean arg2)
Internally used by KMdiChildView.attach to send it as command to the mainframe.
voidcaptionUpdated(QWidget arg1, String arg2)
voidchildWindowCloseRequest(KMdiChildView arg1)
Internally used to send information to the mainframe that this MDI child view wants to be closed.
voidclickedInDockMenu(int arg1)
Is automatically emitted when slot_clickedInDockMenu is called
voidclickedInWindowMenu(int arg1)
Is automatically emitted when slot_clickedInWindowMenu is called
voiddeactivated(KMdiChildView arg1)
Is sent when this MDI child view was deactivated (after actually changing the focus).
voiddetachWindow(KMdiChildView arg1, boolean arg2)
Internally used by KMdiChildView.detach to send it as command to the mainframe.
voidfocusInEventOccurs(KMdiChildView arg1)
Is sent when this MDI child view is going to receive focus (before actually changing the focus).
voidgotFocus(KMdiChildView arg1)
Is sent when this MDI child has received the focus (after actually changing the focus).
voidiconUpdated(QWidget arg1, QPixmap arg2)
voidisAttachedNow()
Signals this has been attached
voidisDetachedNow()
Signals this has been detached
voidisMaximizedNow()
Signals this has been maximized
voidisMinimizedNow()
Signals this has been minimized
voidisRestoredNow()
Signals this has been restored (normalized)
voidlostFocus(KMdiChildView arg1)
Is sent when this MDI child view has lost the focus (after actually changing the focus).
voidmdiParentNowMaximized(boolean arg1)
Internally used to send information to the mainframe that this MDI view is maximized now.
voidtabCaptionChanged(String arg1)
Emitted when the window caption is changed via KMdiChildView.setTabCaption or KMdiChildView.setMDICaption
voidwindowCaptionChanged(String arg1)
Emitted when the window caption is changed via KMdiChildView.setCaption or KMdiChildView.setMDICaption

Method Detail

activated

public 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

UNKNOWN: Is sent when this MDI child was set to the activate view of all MDI views (after actually changing the focus).

attachWindow

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

UNKNOWN: Internally used by KMdiChildView.attach to send it as command to the mainframe.

captionUpdated

public void captionUpdated(QWidget arg1, String arg2)

childWindowCloseRequest

public 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

UNKNOWN: Internally used to send information to the mainframe that this MDI child view wants to be closed.

clickedInDockMenu

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

UNKNOWN: Is automatically emitted when slot_clickedInDockMenu is called

clickedInWindowMenu

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

UNKNOWN: Is automatically emitted when slot_clickedInWindowMenu is called

deactivated

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

UNKNOWN: Is sent when this MDI child view was deactivated (after actually changing the focus).

detachWindow

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

UNKNOWN: Internally used by KMdiChildView.detach to send it as command to the mainframe.

focusInEventOccurs

public 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

UNKNOWN: Is sent when this MDI child view is going to receive focus (before actually changing the focus).

gotFocus

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

UNKNOWN: Is sent when this MDI child has received the focus (after actually changing the focus).

iconUpdated

public void iconUpdated(QWidget arg1, QPixmap arg2)

isAttachedNow

public void isAttachedNow()
Signals this has been attached

UNKNOWN: Signals this has been attached

isDetachedNow

public void isDetachedNow()
Signals this has been detached

UNKNOWN: Signals this has been detached

isMaximizedNow

public void isMaximizedNow()
Signals this has been maximized

UNKNOWN: Signals this has been maximized

isMinimizedNow

public void isMinimizedNow()
Signals this has been minimized

UNKNOWN: Signals this has been minimized

isRestoredNow

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

UNKNOWN: Signals this has been restored (normalized)

lostFocus

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

UNKNOWN: Is sent when this MDI child view has lost the focus (after actually changing the focus).

mdiParentNowMaximized

public 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.

UNKNOWN: Internally used to send information to the mainframe that this MDI view is maximized now.

tabCaptionChanged

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

UNKNOWN: Emitted when the window caption is changed via KMdiChildView.setTabCaption or KMdiChildView.setMDICaption

windowCaptionChanged

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

UNKNOWN: Emitted when the window caption is changed via KMdiChildView.setCaption or KMdiChildView.setMDICaption