Inheritance diagram for TRootEmbeddedContainer:
Public Member Functions | |
TRootEmbeddedContainer (TRootEmbeddedCanvas *c, Window_t id, const TGWindow *parent) | |
Bool_t | HandleButton (Event_t *ev) |
Bool_t | HandleDoubleClick (Event_t *ev) |
Bool_t | HandleConfigureNotify (Event_t *ev) |
Bool_t | HandleKey (Event_t *ev) |
Bool_t | HandleMotion (Event_t *ev) |
Bool_t | HandleExpose (Event_t *ev) |
Bool_t | HandleCrossing (Event_t *ev) |
void | SetEditable (Bool_t) |
Private Attributes | |
TRootEmbeddedCanvas * | fCanvas |
Definition at line 46 of file TRootEmbeddedCanvas.cxx.
TRootEmbeddedContainer::TRootEmbeddedContainer | ( | TRootEmbeddedCanvas * | c, | |
Window_t | id, | |||
const TGWindow * | parent | |||
) |
Definition at line 71 of file TRootEmbeddedCanvas.cxx.
References TGFrame::AddInput(), c, fCanvas, TGWindow::fEditDisabled, TGObject::fId, gVirtualX, kAnyButton, kAnyModifier, kButtonPressMask, kButtonReleaseMask, TGWindow::kEditDisableGrab, kExposureMask, kKeyPressMask, kKeyReleaseMask, kLeaveWindowMask, kNone, kPointerMotionMask, and kStructureNotifyMask.
Reimplemented from TGCompositeFrame.
Definition at line 52 of file TRootEmbeddedCanvas.cxx.
References fCanvas, and TRootEmbeddedCanvas::HandleContainerButton().
Reimplemented from TGCompositeFrame.
Definition at line 54 of file TRootEmbeddedCanvas.cxx.
References fCanvas, and TRootEmbeddedCanvas::HandleContainerDoubleClick().
Reimplemented from TGFrame.
Definition at line 56 of file TRootEmbeddedCanvas.cxx.
References fCanvas, TGFrame::HandleConfigureNotify(), and TRootEmbeddedCanvas::HandleContainerConfigure().
Reimplemented from TGCompositeFrame.
Definition at line 59 of file TRootEmbeddedCanvas.cxx.
References fCanvas, and TRootEmbeddedCanvas::HandleContainerKey().
Reimplemented from TGCompositeFrame.
Definition at line 61 of file TRootEmbeddedCanvas.cxx.
References fCanvas, and TRootEmbeddedCanvas::HandleContainerMotion().
Reimplemented from TGWindow.
Definition at line 63 of file TRootEmbeddedCanvas.cxx.
References fCanvas, and TRootEmbeddedCanvas::HandleContainerExpose().
Reimplemented from TGCompositeFrame.
Definition at line 65 of file TRootEmbeddedCanvas.cxx.
References fCanvas, and TRootEmbeddedCanvas::HandleContainerCrossing().
void TRootEmbeddedContainer::SetEditable | ( | Bool_t | ) | [inline, virtual] |
Definition at line 48 of file TRootEmbeddedCanvas.cxx.
Referenced by HandleButton(), HandleConfigureNotify(), HandleCrossing(), HandleDoubleClick(), HandleExpose(), HandleKey(), HandleMotion(), and TRootEmbeddedContainer().