org.kde.koala
public class KMdiChildFrm extends QFrame
UNKNOWN: Internal class. It's an MDI child frame widget. It contains a view widget and a frame caption. Usually you derive from its view.
Field Summary | |
---|---|
static int | Maximized |
static int | Minimized |
static int | Normal |
Constructor Summary | |
---|---|
protected | KMdiChildFrm(Class dummy) |
Method Summary | |
---|---|
String | caption()
Gets the caption of this mdi child. |
int | captionHeight()
Returns the caption bar height |
String | className() |
void | enableClose(boolean bEnable)
Enables or disables the close button |
QPixmap | icon()
Returns the child frame icon. |
boolean | isInDrag()
returns the mouse state "In Drag" |
boolean | isInResize()
returns the mouse state "In Resize" |
QRect | mdiAreaContentsRect()
Returns the inner client area of the parent of this (which is KMdiChildArea). |
QMetaObject | metaObject() |
void | raiseAndActivate()
Internally called from the signal focusInEventOccurs.
|
void | redecorateButtons()
sets new raise behavior and pixmaps of the buttons depending on the current decoration style |
QRect | restoreGeometry()
Returns the geometry that will be restored by calling restore(). |
void | setCaption(String text)
Sets the caption of this window |
void | setClient(KMdiChildView w, boolean bAutomaticResize)
Reparents the widget w to this KMdiChildFrm (if this is not already done)
Installs an event filter to catch focus events.
|
void | setClient(KMdiChildView w) |
void | setIcon(QPixmap pxm)
Sets the window icon pointer. |
void | setMinimumSize(int minw, int minh)
Sets the minimum size of the widget to w by h pixels.
|
void | setRestoreGeometry(QRect newRestGeo)
Sets the geometry that will be restored by calling restore(). |
void | setState(int state, boolean bAnimate)
Minimizes, Maximizes, or restores the window. |
void | setState(int state) |
void | slot_resizeViaSystemMenu() |
int | state()
Returns the current state of the window |
QPopupMenu | systemMenu()
Returns the system menu. |
void | unsetClient(QPoint positionOffset)
Reparents the client widget to 0 (desktop), moves with an offset from the original position
Removes the event filter. |
void | unsetClient() |
void | updateRects()
Forces updating the rects of the caption and so...
|
UNKNOWN: Gets the caption of this mdi child.
UNKNOWN: Returns the caption bar height
UNKNOWN: Enables or disables the close button
UNKNOWN: Returns the child frame icon.
UNKNOWN: returns the mouse state "In Drag"
UNKNOWN: returns the mouse state "In Resize"
UNKNOWN: Returns the inner client area of the parent of this (which is KMdiChildArea).
UNKNOWN: Internally called from the signal focusInEventOccurs.
UNKNOWN: sets new raise behavior and pixmaps of the buttons depending on the current decoration style
UNKNOWN: Returns the geometry that will be restored by calling restore().
UNKNOWN: Sets the caption of this window
UNKNOWN: Reparents the widget w to this KMdiChildFrm (if this is not already done) Installs an event filter to catch focus events.
UNKNOWN: Sets the window icon pointer.
UNKNOWN: Sets the minimum size of the widget to w by h pixels.
UNKNOWN: Sets the geometry that will be restored by calling restore().
UNKNOWN: Minimizes, Maximizes, or restores the window.
UNKNOWN: Returns the current state of the window
UNKNOWN: Returns the system menu.
UNKNOWN: Reparents the client widget to 0 (desktop), moves with an offset from the original position Removes the event filter.
UNKNOWN: Forces updating the rects of the caption and so.