library: libGui #include "TGObject.h" |
Inheritance Chart: | ||||||||||||||||||||||||||||||||||||||||||||||
|
protected:
TGObject& operator=(const TGObject& tgo) public:
TGObject() TGObject(const TGObject& tgo) virtual ~TGObject() static TClass* Class() TGClient* GetClient() const Handle_t GetId() const virtual ULong_t Hash() const virtual TClass* IsA() const virtual Bool_t IsEqual(const TObject* obj) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)
protected:
Handle_t fId X11/Win32 Window identifier TGClient* fClient Connection to display server
TGObject This class is the baseclass for all ROOT GUI widgets. The ROOT GUI components emulate the Win95 look and feel and the code is based on the XClass'95 code (see Copyleft in source).