#include <tqrootwindow.h>
Public Methods | |
TQRootWindow (QWidget *parent=0, const char *name=0) | |
virtual | ~TQRootWindow () |
TGCompositeFrame * | GetRootFrame () |
int | GetRootWid () |
void | AddSubFrame (TGFrame *f, TGLayoutHints *l=0) |
Add root subframe into this widget. More... | |
void | SetEditable (bool on=true) |
make this frame to current root master frame. More... | |
Protected Methods | |
virtual bool | eventFilter (QObject *, QEvent *) |
Event filter is used to pass Qt mouse events root, after translatein them in MapQMouseEvent. More... | |
virtual void | paintEvent (QPaintEvent *e) |
virtual void | closeEvent (QCloseEvent *e) |
Event_t * | MapQMouseEvent (QMouseEvent *e) |
translate Qt mouse event into root event structure. More... | |
Protected Attributes | |
TQRootFrame * | fxRootwindow |
this is the pseudo root window embedded into this widget. More... | |
int | fiWinid |
|
Definition at line 61 of file tqrootwindow.cpp. References fiWinid, and fxRootwindow. |
|
Definition at line 220 of file tqrootwindow.cpp. References fxRootwindow. |
|
Definition at line 226 of file tqrootwindow.cpp. References fxRootwindow. |
|
Definition at line 60 of file tqrootwindow.h. References fiWinid. |
|
Add root subframe into this widget.
Definition at line 88 of file tqrootwindow.cpp. References fxRootwindow. |
|
make this frame to current root master frame.
Definition at line 100 of file tqrootwindow.cpp. References fxRootwindow. Referenced by TGo4PreviewPanelSlots::BuildPadEditor(). |
|
Event filter is used to pass Qt mouse events root, after translatein them in MapQMouseEvent. Note that root grabs gui buttons via x11 directly, thus this mechanism is not used for the regular root widgets! Definition at line 182 of file tqrootwindow.cpp. References fxRootwindow, TQRootFrame::HandleEvent(), and MapQMouseEvent(). |
|
Definition at line 167 of file tqrootwindow.cpp. References fxRootwindow. |
|
Definition at line 210 of file tqrootwindow.cpp. References fxRootwindow. |
|
translate Qt mouse event into root event structure.
Definition at line 105 of file tqrootwindow.cpp. References fiWinid. Referenced by eventFilter(). |
|
this is the pseudo root window embedded into this widget. is used as parent for subwindows Definition at line 88 of file tqrootwindow.h. Referenced by AddSubFrame(), closeEvent(), eventFilter(), GetRootFrame(), paintEvent(), SetEditable(), TQRootWindow(), and ~TQRootWindow(). |
|
Definition at line 89 of file tqrootwindow.h. Referenced by GetRootWid(), MapQMouseEvent(), and TQRootWindow(). |