Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TInspectorImp.h
Go to the documentation of this file.
1// @(#)root/base:$Id$
2// Author: Fons Rademakers 07/05/2000
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TInspectorImp
13#define ROOT_TInspectorImp
14
15#include "Rtypes.h"
16
17class TObject;
18
19
21
22public:
25 virtual ~TInspectorImp() { }
26
27 virtual void Hide() { }
28 virtual void Show() { }
29
30 ClassDef(TInspectorImp,0) //GUI independent inspector abc
31};
32
33#endif
#define ClassDef(name, id)
Definition Rtypes.h:342
ABC describing GUI independent object inspector (abstraction mainly needed for Win32.
TInspectorImp(const TObject *, UInt_t, UInt_t)
virtual ~TInspectorImp()
virtual void Hide()
virtual void Show()
Mother of all ROOT objects.
Definition TObject.h:41