51   virtual void SaveAs(
const char* filename = 
"", 
Option_t* option = 
"") 
const;
 
#define ClassDef(name, id)
 
Bool_t IsEqual(const TObject *obj) const
Equal comparison (TGObjects are equal if they have the same window identifier).
 
TGObject(const TGObject &tgo)
 
TGObject & operator=(const TGObject &tgo)
 
TGClient * GetClient() const
 
virtual ~TGObject()
TGObject destructor.
 
virtual void SaveAs(const char *filename="", Option_t *option="") const
Write this TGObject to a file using TImage, if filename's extension signals a valid TImage::EImageFil...
 
ULong_t Hash() const
Return hash value for this object.
 
Mother of all ROOT objects.
 
TObject & operator=(const TObject &rhs)
TObject assignment operator.