|
ROOT
Reference Guide |
|
virtual TList * GetListOfMethodArgs()
Returns methodarg list and additionally updates fDataMember in TMethod by calling FindDataMember();.
virtual TMethodCall * GetterMethod()
Return call environment for the getter method in case this is a *TOGGLE method (for the context menu)...
virtual Bool_t IsValid()
Return true if this function object is pointing to a currently loaded function.
TMethod & operator=(const TMethod &rhs)
Assignment operator.
TMethod(MethodInfo_t *info=0, TClass *cl=0)
Default TMethod ctor.
TMethodCall * fGetterMethod
All ROOT classes may have RTTI (run time type identification) support added.
virtual void SetMenuItem(EMenuItemKind menuItem)
virtual const char * GetCommentString()
Returns a comment string from the class declaration.
virtual TDataMember * FindDataMember()
Tries to guess DataMember from comment string and Method's name <==(only if 1 Argument!...
TClass * GetClass() const
Each ROOT class (see TClass) has a linked list of methods.
#define org(otri, vertexptr)
virtual const char * Getter() const
TMethodCall * fSetterMethod
virtual ~TMethod()
Cleanup.
TClass instances represent classes, structs and namespaces in the ROOT type system.
Mother of all ROOT objects.
#define ClassDef(name, id)
virtual TMethodCall * SetterMethod()
Return call environment for this method in case this is a *TOGGLE method which takes a single boolean...
virtual TObject * Clone(const char *newname="") const
Clone method.
Method or function calling interface.
void CreateSignature()
Using the CINT method arg information create a complete signature string.
Global functions class (global functions are obtained from CINT).
void SetMenuItem(const char *docstring)
Set the menu item as prescribed in the doctstring.
virtual Bool_t Update(MethodInfo_t *info)
Update the TMethod to reflect the new info.
EMenuItemKind IsMenuItem() const