org.kde.koala
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(QWidget arg1, 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(QWidget arg1, 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(String arg1)
Emitted when the window caption is changed via KMdiChildView.setTabCaption or KMdiChildView.setMDICaption |
| void | windowCaptionChanged(String arg1)
Emitted when the window caption is changed via KMdiChildView.setCaption or KMdiChildView.setMDICaption |
UNKNOWN: Is sent when this MDI child was set to the activate view of all MDI views (after actually changing the focus).
UNKNOWN: Internally used by KMdiChildView.attach to send it as command to the mainframe.
UNKNOWN: Internally used to send information to the mainframe that this MDI child view wants to be closed.
UNKNOWN: Is automatically emitted when slot_clickedInDockMenu is called
UNKNOWN: Is automatically emitted when slot_clickedInWindowMenu is called
UNKNOWN: Is sent when this MDI child view was deactivated (after actually changing the focus).
UNKNOWN: Internally used by KMdiChildView.detach to send it as command to the mainframe.
UNKNOWN: Is sent when this MDI child view is going to receive focus (before actually changing the focus).
UNKNOWN: Is sent when this MDI child has received the focus (after actually changing the focus).
UNKNOWN: Signals this has been attached
UNKNOWN: Signals this has been detached
UNKNOWN: Signals this has been maximized
UNKNOWN: Signals this has been minimized
UNKNOWN: Signals this has been restored (normalized)
UNKNOWN: Is sent when this MDI child view has lost the focus (after actually changing the focus).
UNKNOWN: Internally used to send information to the mainframe that this MDI view is maximized now.
UNKNOWN: Emitted when the window caption is changed via KMdiChildView.setTabCaption or KMdiChildView.setMDICaption
UNKNOWN: Emitted when the window caption is changed via KMdiChildView.setCaption or KMdiChildView.setMDICaption