library: libGui
#include "TGObject.h"

TGObject


class description - header file - source file - inheritance tree (.pdf)

class TGObject : public TObject

Inheritance Chart:
TObject
<-
TGObject
<-
TGFontPool
TGGCPool
TGResourcePool
TGWindow
<-
TGFrame
<-
TGButton
<-
TGDockButton
<-
TGDockHideButton
TGPictureButton
<-
TGImageMap
 [more...]

    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)

Data Members


    protected:
Handle_t fId X11/Win32 Window identifier TGClient* fClient Connection to display server

Class Description

                                                                      
 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).             
                                                                      

TGObject& operator=(const TGObject& tgo)
TGObject()
TGObject(const TGObject& tgo)
virtual ~TGObject()
Handle_t GetId()
ULong_t Hash()
Bool_t IsEqual(const TObject *obj)

Author: Fons Rademakers 27/12/97
Last update: root/gui:$Name: $:$Id: TGObject.cxx,v 1.1.1.1 2000/05/16 17:00:42 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.