TInspectorImp.h

Go to the documentation of this file.
00001 // @(#)root/base:$Id: TInspectorImp.h 20877 2007-11-19 11:17:07Z rdm $
00002 // Author: Fons Rademakers   07/05/2000
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_TInspectorImp
00013 #define ROOT_TInspectorImp
00014 
00015 
00016 ////////////////////////////////////////////////////////////////////////////////
00017 //                                                                            //
00018 // TInspectorImp                                                              //
00019 //                                                                            //
00020 // ABC describing GUI independent object inspector (abstration mainly needed  //
00021 // for Win32. On X11 systems it currently uses a standard TCanvas).           //
00022 //                                                                            //
00023 ////////////////////////////////////////////////////////////////////////////////
00024 
00025 #ifndef ROOT_Rtypes
00026 #include "Rtypes.h"
00027 #endif
00028 
00029 class TObject;
00030 
00031 
00032 class TInspectorImp {
00033 
00034 public:
00035    TInspectorImp() { }
00036    TInspectorImp(const TObject *, UInt_t, UInt_t) { }
00037    virtual ~TInspectorImp() { }
00038 
00039    virtual void Hide() { }
00040    virtual void Show() { }
00041 
00042    ClassDef(TInspectorImp,0)  //GUI independent inspector abc
00043 };
00044 
00045 #endif

Generated on Tue Jul 5 14:10:27 2011 for ROOT_528-00b_version by  doxygen 1.5.1