ROOT
Version v6.32
master
v6.34
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
►
documentation
►
geom
▼
graf2d
►
asimage
▼
cocoa
►
inc
▼
src
CocoaConstants.mm
CocoaGuiTypes.mm
►
CocoaPrivate.h
►
CocoaPrivate.mm
FontCache.mm
►
MenuLoader.mm
►
QuartzPixmap.mm
►
QuartzWindow.mm
ROOTApplicationDelegate.mm
►
ROOTOpenGLView.mm
TGCocoa.mm
TGOSXGL.mm
►
TGQuartz.mm
►
X11Atoms.mm
►
X11Buffer.mm
►
X11Colors.mm
►
X11Events.mm
►
XLFDParser.mm
►
fitsio
►
gpad
►
gpadv7
►
graf
►
gviz
►
postscript
►
quartz
►
win32gdk
►
x11
►
x11ttf
►
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
CocoaGuiTypes.mm
Go to the documentation of this file.
1
#include "
CocoaGuiTypes.h
"
2
3
namespace
ROOT
{
4
namespace
MacOSX {
5
namespace
X11
{
6
7
//______________________________________________________________________________
8
Point::Point
()
9
: fX(0), fY(0)
10
{
11
}
12
13
//______________________________________________________________________________
14
Point::Point
(
int
x
,
int
y
)
15
: fX(
x
), fY(
y
)
16
{
17
}
18
19
//______________________________________________________________________________
20
Rectangle::Rectangle
()
21
: fX(0), fY(0), fWidth(0), fHeight(0)
22
{
23
}
24
25
//______________________________________________________________________________
26
Rectangle::Rectangle
(
int
x
,
int
y
,
unsigned
w
,
unsigned
h
)
27
: fX(
x
), fY(
y
), fWidth(
w
), fHeight(
h
)
28
{
29
}
30
31
}
//X11
32
}
//MacOSX
33
}
//ROOT
CocoaGuiTypes.h
h
#define h(i)
Definition
RSha256.hxx:106
w
winID w
Definition
TGWin32VirtualGLProxy.cxx:39
y
Double_t y[n]
Definition
legend1.C:17
x
Double_t x[n]
Definition
legend1.C:17
ROOT::MacOSX::X11
Definition
CocoaGuiTypes.h:10
ROOT
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition
EExecutionPolicy.hxx:4
ROOT::MacOSX::X11::Point::Point
Point()
Definition
CocoaGuiTypes.mm:8
ROOT::MacOSX::X11::Rectangle::Rectangle
Rectangle()
Definition
CocoaGuiTypes.mm:20
graf2d
cocoa
src
CocoaGuiTypes.mm
ROOT v6-32 - Reference Guide Generated on Wed Apr 2 2025 08:24:23 (GVA Time) using Doxygen 1.10.0