ROOT
Version v6.34
master
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
►
doc
▼
inc
►
ROOT
►
Bswapcpy.h
►
Buttons.h
►
Bytes.h
►
Byteswap.h
►
GLConstants.h
Gtypes.h
Htypes.h
►
KeySymbols.h
►
Match.h
►
MessageTypes.h
RConfig.h
Riostream.h
Rpair.h
►
RQ_OBJECT.h
►
RStipples.h
►
Rtypes.h
►
RtypesImp.h
Strlen.h
►
TApplication.h
TAtt3D.h
TAttAxis.h
TAttBBox.h
TAttBBox2D.h
►
TAttFill.h
►
TAttLine.h
►
TAttMarker.h
TAttPad.h
►
TAttText.h
TBase64.h
►
TBenchmark.h
►
TBuffer.h
►
TBuffer3D.h
►
TBuffer3DTypes.h
►
TColor.h
►
TColorGradient.h
►
TDatime.h
►
TDirectory.h
►
TEnv.h
►
TException.h
TExec.h
TFileCollection.h
►
TFileInfo.h
TFolder.h
TInetAddress.h
TMacro.h
►
TMathBase.h
►
TMD5.h
TMemberInspector.h
TMessageHandler.h
TNamed.h
►
TNotifyLink.h
►
TObject.h
TObjString.h
TParameter.h
►
TPluginManager.h
►
TPoint.h
►
TPRegexp.h
►
TProcessID.h
TProcessUUID.h
►
TQClass.h
►
TQCommand.h
►
TQConnection.h
►
TQObject.h
►
TRedirectOutputGuard.h
TRef.h
TRefCnt.h
TRegexp.h
TRemoteObject.h
►
TROOT.h
►
TRootIOCtor.h
TStopwatch.h
►
TStorage.h
►
TString.h
►
TStringLong.h
►
TStyle.h
►
TSysEvtHandler.h
►
TSystem.h
TSystemDirectory.h
TSystemFile.h
TTask.h
►
TThreadSlots.h
►
TTime.h
TTimer.h
►
TTimeStamp.h
►
TUri.h
TUrl.h
►
TUUID.h
►
TVersionCheck.h
►
TVirtualAuth.h
TVirtualFFT.h
►
TVirtualGL.h
TVirtualMapFile.h
►
TVirtualMonitoring.h
►
TVirtualMutex.h
►
TVirtualPad.h
TVirtualPadEditor.h
TVirtualPadPainter.h
►
TVirtualPerfStats.h
►
TVirtualPS.h
►
TVirtualQConnection.h
►
TVirtualRWMutex.h
►
TVirtualTableInterface.h
TVirtualViewer3D.h
►
TVirtualX.h
►
Varargs.h
►
src
►
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-34-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Buttons.h
Go to the documentation of this file.
1
/* @(#)root/base:$Id$ */
2
3
/*************************************************************************
4
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#ifndef ROOT_Buttons
12
#define ROOT_Buttons
13
14
15
enum
EEventType
{
16
kNoEvent
= 0,
17
kButton1Down
= 1,
kButton2Down
= 2,
kButton3Down
= 3,
kKeyDown
= 4,
18
kWheelUp
= 5,
kWheelDown
= 6,
kButton1Shift
= 7,
kButton1ShiftMotion
= 8,
19
kButton1Up
= 11,
kButton2Up
= 12,
kButton3Up
= 13,
kKeyUp
= 14,
20
kButton1Motion
= 21,
kButton2Motion
= 22,
kButton3Motion
= 23,
kKeyPress
= 24,
21
kArrowKeyPress
= 25,
kArrowKeyRelease
= 26,
22
kButton1Locate
= 41,
kButton2Locate
= 42,
kButton3Locate
= 43,
kESC
= 27,
23
kMouseMotion
= 51,
kMouseEnter
= 52,
kMouseLeave
= 53,
24
kButton1Double
= 61,
kButton2Double
= 62,
kButton3Double
= 63
25
};
26
27
enum
EEditMode
{
28
kPolyLine
= 1,
kSPolyLine
= 2,
kPolyGone
= 3,
29
kSPolyGone
= 4,
kBox
= 5,
kDelete
= 6,
30
kPad
= 7,
kText
= 8,
kEditor
= 9,
31
kExit
= 10,
kPave
= 11,
kPaveLabel
= 12,
32
kPaveText
= 13,
kPavesText
= 14,
kEllipse
= 15,
33
kArc
= 16,
kLine
= 17,
kArrow
= 18,
34
kGraph
= 19,
kMarker
= 20,
kPolyMarker
= 21,
35
kPolyLine3D
= 22,
kWbox
= 23,
kGaxis
= 24,
36
kF1
= 25,
kF2
= 26,
kF3
= 27,
37
kDiamond
= 28,
kPolyMarker3D
= 29,
kButton
= 101,
38
kCutG
=100,
kCurlyLine
=200,
kCurlyArc
= 201
39
};
40
41
#endif
EEventType
EEventType
Definition
Buttons.h:15
kButton1ShiftMotion
@ kButton1ShiftMotion
Definition
Buttons.h:18
kMouseMotion
@ kMouseMotion
Definition
Buttons.h:23
kWheelUp
@ kWheelUp
Definition
Buttons.h:18
kButton3Up
@ kButton3Up
Definition
Buttons.h:19
kButton2Motion
@ kButton2Motion
Definition
Buttons.h:20
kButton3Motion
@ kButton3Motion
Definition
Buttons.h:20
kButton3Down
@ kButton3Down
Definition
Buttons.h:17
kButton2Down
@ kButton2Down
Definition
Buttons.h:17
kKeyPress
@ kKeyPress
Definition
Buttons.h:20
kButton2Double
@ kButton2Double
Definition
Buttons.h:24
kNoEvent
@ kNoEvent
Definition
Buttons.h:16
kArrowKeyRelease
@ kArrowKeyRelease
Definition
Buttons.h:21
kButton1Double
@ kButton1Double
Definition
Buttons.h:24
kButton3Double
@ kButton3Double
Definition
Buttons.h:24
kButton1Shift
@ kButton1Shift
Definition
Buttons.h:18
kKeyDown
@ kKeyDown
Definition
Buttons.h:17
kButton1Motion
@ kButton1Motion
Definition
Buttons.h:20
kKeyUp
@ kKeyUp
Definition
Buttons.h:19
kButton3Locate
@ kButton3Locate
Definition
Buttons.h:22
kButton1Up
@ kButton1Up
Definition
Buttons.h:19
kWheelDown
@ kWheelDown
Definition
Buttons.h:18
kArrowKeyPress
@ kArrowKeyPress
Definition
Buttons.h:21
kButton2Locate
@ kButton2Locate
Definition
Buttons.h:22
kButton2Up
@ kButton2Up
Definition
Buttons.h:19
kMouseLeave
@ kMouseLeave
Definition
Buttons.h:23
kButton1Down
@ kButton1Down
Definition
Buttons.h:17
kButton1Locate
@ kButton1Locate
Definition
Buttons.h:22
kESC
@ kESC
Definition
Buttons.h:22
kMouseEnter
@ kMouseEnter
Definition
Buttons.h:23
EEditMode
EEditMode
Definition
Buttons.h:27
kBox
@ kBox
Definition
Buttons.h:29
kGaxis
@ kGaxis
Definition
Buttons.h:35
kMarker
@ kMarker
Definition
Buttons.h:34
kF3
@ kF3
Definition
Buttons.h:36
kPolyMarker3D
@ kPolyMarker3D
Definition
Buttons.h:37
kCurlyArc
@ kCurlyArc
Definition
Buttons.h:38
kPad
@ kPad
Definition
Buttons.h:30
kDelete
@ kDelete
Definition
Buttons.h:29
kSPolyGone
@ kSPolyGone
Definition
Buttons.h:29
kPolyLine
@ kPolyLine
Definition
Buttons.h:28
kDiamond
@ kDiamond
Definition
Buttons.h:37
kEditor
@ kEditor
Definition
Buttons.h:30
kGraph
@ kGraph
Definition
Buttons.h:34
kPave
@ kPave
Definition
Buttons.h:31
kArrow
@ kArrow
Definition
Buttons.h:33
kExit
@ kExit
Definition
Buttons.h:31
kWbox
@ kWbox
Definition
Buttons.h:35
kPaveText
@ kPaveText
Definition
Buttons.h:32
kCutG
@ kCutG
Definition
Buttons.h:38
kLine
@ kLine
Definition
Buttons.h:33
kF1
@ kF1
Definition
Buttons.h:36
kPolyLine3D
@ kPolyLine3D
Definition
Buttons.h:35
kPavesText
@ kPavesText
Definition
Buttons.h:32
kPolyGone
@ kPolyGone
Definition
Buttons.h:28
kCurlyLine
@ kCurlyLine
Definition
Buttons.h:38
kPolyMarker
@ kPolyMarker
Definition
Buttons.h:34
kPaveLabel
@ kPaveLabel
Definition
Buttons.h:31
kSPolyLine
@ kSPolyLine
Definition
Buttons.h:28
kButton
@ kButton
Definition
Buttons.h:37
kF2
@ kF2
Definition
Buttons.h:36
kEllipse
@ kEllipse
Definition
Buttons.h:32
kText
@ kText
Definition
Buttons.h:30
kArc
@ kArc
Definition
Buttons.h:33
core
base
inc
Buttons.h
ROOT tags/6-34-04 - Reference Guide Generated on Tue Mar 18 2025 14:54:48 (GVA Time) using Doxygen 1.10.0