66    if (propName == 
"+") {
    79    if (propName.EndsWith(
"+")) {
    95    if(cl2->InheritsFrom(cl1)) {
 virtual const char * GetName() const
Returns name of object. 
 
Int_t Compare(const TObject *obj) const
Overrided method. Compare two objects of TStructNodeProperty class. 
 
virtual void SetName(const char *name)
Set the name of the TNamed. 
 
TColor GetColor() const
Returns color of class. 
 
~TStructNodeProperty()
Destructor. 
 
std::vector< std::vector< double > > Data
 
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string. 
 
ULong_t GetPixel() const
Return pixel value corresponding to this color. 
 
static Int_t GetColor(const char *hexcolor)
Static method returning color number for color specified by hex color string of form: "#rrggbb"...
 
The ROOT global object gROOT contains a list of all defined classes. 
 
Bool_t InheritsFrom(const char *cl) const
Return kTRUE if this class inherits from a class with name "classname". 
 
The color creation and management class. 
 
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. 
 
void SetColor(const TColor &color)
Sets the color to "color". 
 
Mother of all ROOT objects. 
 
Bool_t IsSortable() const
Retruns true, because we have overrided method Compare. 
 
Pixel_t GetPixel() const
Return color in Pixel_t format. 
 
TStructNodeProperty(const char *name, Int_t color)
Contructs a TStructNodeProperty with p as parent window for class "name" with color "color"...
 
const char * Data() const