ROOT
Version v6.32
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
▼
core
▼
base
►
doc
►
inc
▼
src
►
Match.cxx
►
root-argparse.py
►
roota.cxx
►
String.cxx
►
Stringio.cxx
►
TApplication.cxx
TAtt3D.cxx
TAttAxis.cxx
TAttBBox.cxx
TAttBBox2D.cxx
TAttFill.cxx
TAttLine.cxx
TAttMarker.cxx
TAttPad.cxx
TAttText.cxx
►
TBase64.cxx
►
TBenchmark.cxx
►
TBuffer.cxx
TBuffer3D.cxx
►
TColor.cxx
TColorGradient.cxx
TDatime.cxx
►
TDirectory.cxx
►
TEnv.cxx
►
TErrorDefaultHandler.cxx
►
TException.cxx
TExec.cxx
TFileCollection.cxx
TFileInfo.cxx
►
TFolder.cxx
TInetAddress.cxx
►
TListOfTypes.cxx
TListOfTypes.h
TMacro.cxx
TMathBase.cxx
►
TMD5.cxx
►
TMemberInspector.cxx
TMessageHandler.cxx
TNamed.cxx
►
TObject.cxx
TObjString.cxx
►
TParameter.cxx
►
TPluginManager.cxx
►
TPRegexp.cxx
►
TProcessID.cxx
TProcessUUID.cxx
►
TQCommand.cxx
►
TQConnection.cxx
►
TQObject.cxx
►
TRef.cxx
►
TRefCnt.cxx
TRegexp.cxx
TRemoteObject.cxx
►
TROOT.cxx
TStopwatch.cxx
►
TStorage.cxx
►
TString.cxx
TStringLong.cxx
►
TStyle.cxx
TSysEvtHandler.cxx
►
TSystem.cxx
TSystemDirectory.cxx
TSystemFile.cxx
TTask.cxx
TTime.cxx
►
TTimer.cxx
►
TTimeStamp.cxx
►
TUri.cxx
TUrl.cxx
►
TUUID.cxx
TVirtualFFT.cxx
►
TVirtualGL.cxx
►
TVirtualMonitoring.cxx
►
TVirtualMutex.cxx
►
TVirtualPad.cxx
TVirtualPadEditor.cxx
TVirtualPadPainter.cxx
►
TVirtualPerfStats.cxx
►
TVirtualPS.cxx
TVirtualViewer3D.cxx
►
TVirtualX.cxx
►
v7
►
clingutils
►
cont
►
dictgen
►
foundation
►
gui
►
imt
►
macosx
►
meta
►
metacling
►
multiproc
►
rint
►
testsupport
►
thread
►
unix
►
winnt
►
zip
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TAttBBox2D.cxx
Go to the documentation of this file.
1
// @(#)root/graf:$Id$
2
// Author: Anna-Pia Lohfink 27.3.2014
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
#include "
TAttBBox2D.h
"
13
14
ClassImp
(
TAttBBox2D
);
15
16
/** \class TAttBBox2D
17
\ingroup Base
18
\ingroup GraphicsAtt
19
20
Abstract base class for elements drawn in the editor.
21
Classes inheriting from TAttBBox2D implementing the TAttBBox2D
22
virtual classes, and using TPad::ShowGuideLines in ExecuteEvent
23
will automatically get the guide lines drawn when moved in the pad.
24
All methods work with pixel coordinates.
25
*/
26
27
////////////////////////////////////////////////////////////////////////////////
28
// TAttBBox2D destructor.
29
30
TAttBBox2D::~TAttBBox2D
()
31
{
32
}
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:377
TAttBBox2D.h
TAttBBox2D
Abstract base class for elements drawn in the editor.
Definition
TAttBBox2D.h:19
TAttBBox2D::~TAttBBox2D
virtual ~TAttBBox2D()
Definition
TAttBBox2D.cxx:30
core
base
src
TAttBBox2D.cxx
ROOT v6-32 - Reference Guide Generated on Sun Mar 30 2025 15:10:14 (GVA Time) using Doxygen 1.10.0