v2.10-0 (21000JUN2005)

qtroot.interface
Class TQRootWindow


class TQRootWindow
derived from QWidget


Field Summary
 intfiWinid
           
 TQRootFrame*fxRootwindow
          this is the pseudo root window embedded into this widget.
is used as parent for subwindows
 :protected:booleventFilterslots
           

Destructor Summary
 private virtual synchronized ~TQRootWindow()
           

Method Summary
 private voidAddSubFrame(TGFrame* f, TGLayoutHints* l)
          Add root subframe into this widget
 virtual voidcloseEvent(QCloseEvent* e)
           
 private TGCompositeFrame*GetRootFrame()
           
 private intGetRootWid()
           
 Event_t*MapQMouseEvent(QMouseEvent* e)
          translate Qt mouse event into root event structure.
 virtual voidpaintEvent(QPaintEvent* e)
           
 private voidSetEditable(bool on)
          make this frame to current root master frame.

Field Detail

fiWinid

public int fiWinid

fxRootwindow

public TQRootFrame* fxRootwindow
this is the pseudo root window embedded into this widget.
is used as parent for subwindows

slots

public :protected:booleventFilter slots
Method Detail

~TQRootWindow

private virtual synchronized ~TQRootWindow()
Method Detail

AddSubFrame

private void AddSubFrame(TGFrame* f, TGLayoutHints* l)
Add root subframe into this widget

closeEvent

public virtual void closeEvent(QCloseEvent* e)

GetRootFrame

private TGCompositeFrame* GetRootFrame()

GetRootWid

private int GetRootWid()

MapQMouseEvent

public Event_t* MapQMouseEvent(QMouseEvent* e)
translate Qt mouse event into root event structure.

paintEvent

public virtual void paintEvent(QPaintEvent* e)

SetEditable

private void SetEditable(bool on)
make this frame to current root master frame.

Association Links

to Class TQRootFrame

this is the pseudo root window embedded into this widget.
is used as parent for subwindows

J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005