12 #ifndef ROOT_TContextMenu
13 #define ROOT_TContextMenu
26 #ifndef ROOT_TContextMenuImp
63 {
if (fContextMenuImp) fContextMenuImp->
DisplayPopup(x, y); }
69 TContextMenu(
const char *
name,
const char *title =
"Context sensitive popup menu");
84 void Execute(
const char *params) {
Execute(fCalledObject, fSelectedMethod, params); }
This class defines toggling facility for both - object's method or variables.
Each ROOT method (see TMethod) has a linked list of its arguments.
virtual void SetNameTitle(const char *name, const char *title)
Change (i.e. set) all the TNamed parameters (name and title).
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
Using a TBrowser one can browse all ROOT objects.
virtual void Execute(const char *method, const char *params, Int_t *error=0)
Execute method on this object with the given parameter string, e.g.
Mother of all ROOT objects.
Global functions class (global functions are obtained from CINT).
Each ROOT class (see TClass) has a linked list of methods.