#ifndef ROOT_TInspectorImp
#define ROOT_TInspectorImp
#ifndef ROOT_Rtypes
#include "Rtypes.h"
#endif
class TObject;
class TInspectorImp {
public:
   TInspectorImp() { }
   TInspectorImp(const TObject *, UInt_t, UInt_t) { }
   virtual ~TInspectorImp() { }
   virtual void Hide() { }
   virtual void Show() { }
   ClassDef(TInspectorImp,0)  
};
#endif
Last change: Tue May 13 17:19:38 2008
Last generated: 2008-05-13 17:19
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.