tdemdichildfrm.h
74 KMdiChildFrmMoveEvent( TQMoveEvent *e ) : TQCustomEvent( TQEvent::Type( TQEvent::User + int( KMdi::EV_Move ) ), e ) {}
86 KMdiChildFrmDragBeginEvent( TQMouseEvent *e ) : TQCustomEvent( TQEvent::Type( TQEvent::User + int( KMdi::EV_DragBegin ) ), e ) {}
97 KMdiChildFrmDragEndEvent( TQMouseEvent *e ) : TQCustomEvent( TQEvent::Type( TQEvent::User + int( KMdi::EV_DragEnd ) ), e ) {}
108 KMdiChildFrmResizeBeginEvent( TQMouseEvent *e ) : TQCustomEvent( TQEvent::Type( TQEvent::User + int( KMdi::EV_ResizeBegin ) ), e ) {}
119 KMdiChildFrmResizeEndEvent( TQMouseEvent *e ) : TQCustomEvent( TQEvent::Type( TQEvent::User + int( KMdi::EV_ResizeEnd ) ), e ) {}
void updateRects()
Forces updating the rects of the caption and so...
Definition: tdemdichildfrm.h:261
int m_windowMenuID
Every child frame window has an temporary ID in the Window menu of the child area.
Definition: tdemdichildfrm.h:168
TQPopupMenu * m_pSystemMenu
Imitates a system menu for child frame windows.
Definition: tdemdichildfrm.h:173
void setCaption(const TQString &text)
Repaint with a new caption bar title.
Definition: tdemdichildfrmcaption.cpp:190
virtual void mouseReleaseEvent(TQMouseEvent *)
Restore the normal mouse cursor, set the state variable back to 'not moving'.
Definition: tdemdichildfrmcaption.cpp:106
a TQCustomEvent for begin of resizing This special event will be useful, to inform view about child f...
Definition: tdemdichildfrm.h:105
a TQCustomEvent for end of resizing This special event will be useful, to inform view about child fra...
Definition: tdemdichildfrm.h:116
TQString m_szCaption
the title string shown in the caption bar
Definition: tdemdichildfrmcaption.h:116
virtual void mouseMoveEvent(TQMouseEvent *e)
Checks if out of move range of the KMdiChildArea and calls KMdiChildFrm::move.
Definition: tdemdichildfrmcaption.cpp:131
MdiWindowState state() const
Returns the current state of the window.
Definition: tdemdichildfrm.h:240
a TQCustomEvent for begin of dragging This special event will be useful, to inform view about child f...
Definition: tdemdichildfrm.h:83
a TQCustomEvent for move This special event will be useful, to inform view about child frame event...
Definition: tdemdichildfrm.h:71
virtual void mousePressEvent(TQMouseEvent *)
The same as KMdiChildFrmCaption::slot_moveViaSystemMenu.
Definition: tdemdichildfrmcaption.cpp:86
a TQCustomEvent for end of dragging This special event will be useful, to inform view about child fra...
Definition: tdemdichildfrm.h:94