
TQtClientWidget is a QFrame implemantation backing ROOT TGWindow objects It tries to mimic the X11 Widget behaviour, that kind the ROOT Gui relies on heavily.
| TQtClientWidget(TQtClientGuard* guard, int* parent = 0, const char* name = 0, int f = 0) | |
| virtual void | paintEvent(QPaintEvent*) |
| void | SetCanvasWidget(TQtWidget* widget) |
| TQtClientWidget(const TQtClientWidget&) | |
| void | operator=(const TQtClientWidget&) |
| EMouseButton | fButton | |
| TQtWidget* | fCanvasWidget | |
| bool | fDeleteNotify | |
| QColor* | fEraseColor | Color to paint widget background with our PainEvent |
| QPixmap* | fErasePixmap | pixmap to paint widget background with our PainEvent |
| QCursor* | fGrabButtonCursor | |
| UInt_t | fGrabButtonMask | modifier button mask for TVirtualX::GrabButton |
| UInt_t | fGrabEventButtonMask | input event mask for TVirtualX::GrabButton |
| UInt_t | fGrabEventPointerMask | input event mask for TVirtualX::GrabPointer |
| QCursor* | fGrabPointerCursor | |
| TQtClientGuard* | fGuard | |
| bool | fIsClosing | |
| TGWindow* | fMyRootWindow | back pointer to the host window object |
| QCursor* | fNormalPointerCursor | |
| Bool_t | fPointerOwner | |
| UInt_t | fSaveSelectInputMask | To save dutinr the grabbing the selectInput |
| UInt_t | fSelectEventMask | input mask for SelectInput |

{ fGrabEventButtonMask = evmask; fGrabButtonCursor =(QCursor *) crsr; }