tdemdichildarea.h
void destroyChild(KMdiChildFrm *child, bool focusTopChild=true)
Destroys a managed KMdiChildFrm Also deletes the client attached to this child.
Definition tdemdichildarea.cpp:109
KMdiChildFrm * topChild() const
Returns the topmost child (the active one) or 0 if there are no children.
Definition tdemdichildarea.h:141
TQColor m_captionInactiveBackColor
The foreground color of inactive MDI childframe window captions.
Definition tdemdichildarea.h:89
TQPtrList< KMdiChildFrm > * m_pZ
Z Order stack of KMdiChildFrm childframe windows (top=last).
Definition tdemdichildarea.h:64
TQColor m_captionActiveBackColor
The foreground color of the active MDI childframe window caption.
Definition tdemdichildarea.h:79
void lastChildFrmClosed()
Signals that the last attached (docked) MDI view has been closed.
TQColor m_captionInactiveForeColor
The background color of inactive MDI childframe window captions.
Definition tdemdichildarea.h:94
void manageChild(KMdiChildFrm *lpC, bool bShow=true, bool bCascade=true)
Appends a new KMdiChildFrm to this manager.
Definition tdemdichildarea.cpp:72
void focusTopChild()
Gives focus to the topmost child if it doesn't get focus automatically or you want to wait to give it...
Definition tdemdichildarea.cpp:355
void destroyChildButNotItsView(KMdiChildFrm *lpC, bool bFocusTopChild=true)
Destroys a managed KMdiChildFrm Clients attached to the KMdiChildFrm are not deleted.
Definition tdemdichildarea.cpp:141
void popupWindowMenu(TQPoint)
Signals a KMdiMainFrm that the 'Window' popup menu must be shown.
void sysButtonConnectionsMustChange(KMdiChildFrm *, KMdiChildFrm *)
Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the menubar (only in ...
TQColor m_captionActiveForeColor
The background color of the active MDI childframe window captions.
Definition tdemdichildarea.h:84
void setTopChild(KMdiChildFrm *child, bool setFocus=false)
Brings the child to the top of the stack The child is focused if setFocus is true.
Definition tdemdichildarea.cpp:171
void noMaximizedChildFrmLeft(KMdiChildFrm *)
Signals that there aren't maximized child frames any more.
TQSize m_defaultChildFrmSize
the default size of an newly created childframe
Definition tdemdichildarea.h:69
Trinity API Reference