ROOT
master
Reference Guide
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
17
class
TObject
;
18
19
20
class
TInspectorImp
{
21
22
public
:
23
TInspectorImp
() { }
24
TInspectorImp
(
const
TObject
*,
UInt_t
,
UInt_t
) { }
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
Rtypes.h
ClassDef
#define ClassDef(name, id)
Definition
Rtypes.h:342
TInspectorImp
ABC describing GUI independent object inspector (abstraction mainly needed for Win32.
Definition
TInspectorImp.h:20
TInspectorImp::TInspectorImp
TInspectorImp(const TObject *, UInt_t, UInt_t)
Definition
TInspectorImp.h:24
TInspectorImp::~TInspectorImp
virtual ~TInspectorImp()
Definition
TInspectorImp.h:25
TInspectorImp::Hide
virtual void Hide()
Definition
TInspectorImp.h:27
TInspectorImp::TInspectorImp
TInspectorImp()
Definition
TInspectorImp.h:23
TInspectorImp::Show
virtual void Show()
Definition
TInspectorImp.h:28
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
unsigned int
core
gui
inc
TInspectorImp.h
ROOT master - Reference Guide Generated on Wed Apr 30 2025 16:05:43 (GVA Time) using Doxygen 1.10.0