
This method must be overridden when a class wants to print itself. Pop on object drawn in a pad to the top of the display list. This method must be overridden if a class wants to paint itself.

Use this method to declare a method obsolete. Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const This method must be overridden to handle object notification. Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). The ls function lists the contents of a class on stdout.

Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More.ĭefault equal comparison (objects are equal if they have the same address in memory). More.ĭump contents of this object in a graphics canvas. Returns kTRUE if object inherits from TClass cl. Returns kTRUE if object inherits from class "classname". InheritsFrom (const char *classname) const Info (const char *method, const char *msgfmt.) const Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More.Įxecute action in response of a timer timing out. Returns string containing info about the object at position (px,py). GetObjectInfo ( Int_t px, Int_t py) const Get option used by the graphics system to draw this object.

More.įatal (const char *method, const char *msgfmt.) const More.ĮxecuteEvent ( Int_t event, Int_t px, Int_t py)Įxecute action corresponding to an event at (px,py). More.Įxecute ( TMethod *method, TObjArray *params, Int_t *error=0)Įxecute method on this object with parameters stored in the TObjArray. More.Įrror (const char *method, const char *msgfmt.) constĮxecute (const char *method, const char *params, Int_t *error=0)Įxecute method on this object with the given parameter string, e.g. More.ĭraw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad). More.ĭraw class inheritance tree of the class to which this object belongs. More.ĭefault Draw method for all objects. More.ĭistancetoPrimitive ( Int_t px, Int_t py)Ĭomputes distance from point (px,py) to the object. Returns name of class to which the object belongs. More.Ĭheck and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. May be overridden for another default action. More.Īppend graphics object to current pad. Use this method to implement an "abstract" method that you don't want to leave purely abstract. Public Member Functions inherited from TObjectĪbstractMethod (const char *method) const Return size of the TNamed part of the TObject. Set all the TNamed parameters (name and title). SetNameTitle (const char * name, const char *title) Make a clone of an object using the Streamer facility. Set name and title to empty strings (""). TNamed (const TString & name, const TString &title) TNamed (const char * name, const char *title) Public Member Functions inherited from TNamed Initialize this color and its associated colors. SetRGB ( Float_t r, Float_t g, Float_t b) More.ĭump this color with its attributes.

GetRGB ( Float_t & r, Float_t & g, Float_t & b) const Return pixel value corresponding to this color. GetHLS ( Float_t & h, Float_t & l, Float_t &s) const TColor ( Int_t color, Float_t r, Float_t g, Float_t b, const char * name="", Float_t a=1) TColor ( Float_t r, Float_t g, Float_t b, Float_t a=1)
