ROOT
Version master
v6.36
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
▼
core
►
base
►
clingutils
►
cont
►
dictgen
►
foundation
▼
gui
▼
inc
►
GuiTypes.h
TApplicationImp.h
TBrowser.h
TBrowserImp.h
TCanvasImp.h
►
TClassMenuItem.h
TContextMenu.h
TContextMenuImp.h
TControlBarImp.h
►
TGuiFactory.h
TInspectorImp.h
►
TObjectSpy.h
►
TToggle.h
►
TToggleGroup.h
►
src
►
imt
►
macosx
►
meta
►
metacling
►
multiproc
►
rint
►
testsupport
►
thread
►
unix
►
winnt
►
zip
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
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
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 Sat Apr 26 2025 15:40:44 (GVA Time) using Doxygen 1.10.0