Public Member Functions | |
| TridGLFrameWindowHandler (TridGLFrame *glframe, Window whichWindow) | |
| virtual | ~TridGLFrameWindowHandler () |
| virtual Bool_t | HandleEvent (Event_t *event) |
Public Attributes | |
| TridGLFrame * | fGLFrame |
| Window | fWindow |
Private Member Functions | |
| TridGLFrameWindowHandler () | |
|
||||||||||||
|
Definition at line 49 of file TridGLFrame.cxx. References fGLFrame, and fWindow.
|
|
|
Definition at line 54 of file TridGLFrame.cxx. 00054 {};
|
|
|
Definition at line 65 of file TridGLFrame.cxx. 00065 {};
|
|
|
Definition at line 56 of file TridGLFrame.cxx. References fGLFrame. 00057 {
00058 if((Window)(event->fWindow) == fWindow) {
00059 return fGLFrame->HandleEvent(event);
00060 }
00061 return false;
00062 }
|
|
|
Definition at line 47 of file TridGLFrame.cxx. Referenced by HandleEvent(), and TridGLFrameWindowHandler(). |
|
|
Definition at line 48 of file TridGLFrame.cxx. Referenced by TridGLFrameWindowHandler(). |
1.3.9.1