TGObject


class description - source file - inheritance tree

class TGObject : public TObject

    private:
public:
TGObject TGObject() TGObject TGObject(TGObject&) virtual void ~TGObject() static TClass* Class() 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

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


See also

TGGCPool, TGWindow

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




Inline Functions


           TGObject TGObject()
           Handle_t GetId() const
            ULong_t Hash() const
             Bool_t IsEqual(const TObject* obj) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
           TGObject TGObject(TGObject&)
               void ~TGObject()


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