66 if (propName ==
"+") {
TClass instances represent classes, structs and namespaces in the ROOT type system.
Bool_t InheritsFrom(const char *cl) const
Return kTRUE if this class inherits from a class with name "classname".
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
The color creation and management class.
static Int_t GetColor(const char *hexcolor)
Static method returning color number for color specified by hex color string of form: "#rrggbb",...
ULong_t GetPixel() const
Return pixel value corresponding to this color.
virtual void SetName(const char *name)
Set the name of the TNamed.
virtual const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
const char * Data() const
Pixel_t GetPixel() const
Return color in Pixel_t format.
~TStructNodeProperty()
Destructor.
Bool_t IsSortable() const
Retruns true, because we have overrided method Compare.
TColor GetColor() const
Returns color of class.
Int_t Compare(const TObject *obj) const
Overrided method. Compare two objects of TStructNodeProperty class.
void SetColor(const TColor &color)
Sets the color to "color".
TStructNodeProperty(const char *name, Int_t color)
Contructs a TStructNodeProperty with p as parent window for class "name" with color "color".