|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void attachWindow(KMdiChildView arg1, boolean arg2)
void detachWindow(KMdiChildView arg1, boolean arg2)
void focusInEventOccurs(KMdiChildView arg1)
void gotFocus(KMdiChildView arg1)
void activated(KMdiChildView arg1)
void lostFocus(KMdiChildView arg1)
void deactivated(KMdiChildView arg1)
void childWindowCloseRequest(KMdiChildView arg1)
void windowCaptionChanged(java.lang.String arg1)
void tabCaptionChanged(java.lang.String arg1)
void mdiParentNowMaximized(boolean arg1)
void clickedInWindowMenu(int arg1)
void clickedInDockMenu(int arg1)
void isMaximizedNow()
void isMinimizedNow()
void isRestoredNow()
void isAttachedNow()
void isDetachedNow()
void iconUpdated(org.kde.qt.QWidget arg1, org.kde.qt.QPixmap arg2)
void captionUpdated(org.kde.qt.QWidget arg1, java.lang.String arg2)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |