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