org.kde.koala
public class KMdiChildArea extends QFrame
UNKNOWN: Internal class.
| Constructor Summary | |
|---|---|
| protected | KMdiChildArea(Class dummy) |
| KMdiChildArea(QWidget parent)
Consruction. | |
| Method Summary | |
|---|---|
| void | cascadeMaximized()
Cascades all windows resizing them to the maximum available size. |
| void | cascadeWindows()
Cascades all windows resizing them to the minimum size. |
| protected void | childMinimized(KMdiChildFrm lpC, boolean bWasMaximized)
Internally used. |
| String | className() |
| void | destroyChild(KMdiChildFrm child, boolean focusTopChild)
Destroys a managed KMdiChildFrm
Also deletes the client attached to this child. |
| void | destroyChild(KMdiChildFrm child) |
| void | destroyChildButNotItsView(KMdiChildFrm lpC, boolean bFocusTopChild)
Destroys a managed KMdiChildFrm
Clients attached to the KMdiChildFrm are not deleted. |
| void | destroyChildButNotItsView(KMdiChildFrm lpC) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| void | expandHorizontal()
Maximize all windows but only in horizontal direction |
| void | expandVertical()
Maximize all windows but only in vertical direction |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | focusTopChild()
Gives focus to the topmost child if it doesn't get focus
automatically or you want to wait to give it focus |
| QPoint | getCascadePoint(int indexOfWindow)
Calculates the cascade point for the given index. |
| QPoint | getCascadePoint() |
| int | getVisibleChildCount()
Returns the number of visible children |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | layoutMinimizedChildren()
Position and layout the minimized child frames |
| void | manageChild(KMdiChildFrm lpC, boolean bShow, boolean bCascade)
Appends a new KMdiChildFrm to this manager.
|
| void | manageChild(KMdiChildFrm lpC, boolean bShow) |
| void | manageChild(KMdiChildFrm lpC) |
| QMetaObject | metaObject() |
| protected void | mousePressEvent(QMouseEvent e)
Shows the 'Window' popup menu on right mouse button click |
| protected void | resizeEvent(QResizeEvent arg1)
Automatically resizes a maximized MDI view and layouts the positions of minimized MDI views. |
| void | setMdiCaptionActiveBackColor(QColor clr)
Sets the background color of the active MDI childframe window captions
A relayout does not occur when using this function |
| void | setMdiCaptionActiveForeColor(QColor clr)
Sets the foreground color of the active MDI childframe window caption
A relayout does not occur when using this function |
| void | setMdiCaptionFont(QFont fnt)
Sets the MDI childframe window caption font
A relayout does not occur when using this function |
| void | setMdiCaptionInactiveBackColor(QColor clr)
Sets the background color of inactive MDI childframe window captions
A relayout does not occur when using this function |
| void | setMdiCaptionInactiveForeColor(QColor clr)
Sets the foreground color of inactive MDI childframe window captions
A relayout does not occur when using this function |
| void | setTopChild(KMdiChildFrm child, boolean setFocus)
Brings the child to the top of the stack
The child is focused if setFocus is true. |
| void | setTopChild(KMdiChildFrm child) |
| protected void | tileAllInternal(int maxWnds)
Internally used for the tile algorithm |
| void | tileAnodine()
Tile Anodine |
| void | tilePragma()
Tile Pragma |
| void | tileVertically()
Tile all the windows in the child area vertically |
| KMdiChildFrm | topChild()
Returns the topmost child (the active one) or 0 if there are no children.
|
UNKNOWN: Consruction.
UNKNOWN: Cascades all windows resizing them to the maximum available size.
UNKNOWN: Cascades all windows resizing them to the minimum size.
UNKNOWN: Internally used.
UNKNOWN: Destroys a managed KMdiChildFrm Also deletes the client attached to this child.
UNKNOWN: Destroys a managed KMdiChildFrm Clients attached to the KMdiChildFrm are not deleted.
UNKNOWN: Maximize all windows but only in horizontal direction
UNKNOWN: Maximize all windows but only in vertical direction
UNKNOWN: Gives focus to the topmost child if it doesn't get focus automatically or you want to wait to give it focus
Parameters: indexOfWindow the index of the window in relation the z-ordered window list
UNKNOWN: Calculates the cascade point for the given index.
UNKNOWN: Returns the number of visible children
UNKNOWN: Position and layout the minimized child frames
UNKNOWN: Appends a new KMdiChildFrm to this manager.
UNKNOWN: Shows the 'Window' popup menu on right mouse button click
UNKNOWN: Automatically resizes a maximized MDI view and layouts the positions of minimized MDI views.
UNKNOWN: Sets the background color of the active MDI childframe window captions A relayout does not occur when using this function
UNKNOWN: Sets the foreground color of the active MDI childframe window caption A relayout does not occur when using this function
UNKNOWN: Sets the MDI childframe window caption font A relayout does not occur when using this function
UNKNOWN: Sets the background color of inactive MDI childframe window captions A relayout does not occur when using this function
UNKNOWN: Sets the foreground color of inactive MDI childframe window captions A relayout does not occur when using this function
UNKNOWN: Brings the child to the top of the stack The child is focused if setFocus is true.
UNKNOWN: Internally used for the tile algorithm
UNKNOWN: Tile Anodine
UNKNOWN: Tile Pragma
UNKNOWN: Tile all the windows in the child area vertically
UNKNOWN: Returns the topmost child (the active one) or 0 if there are no children.