Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CocoaGuiTypes.mm
Go to the documentation of this file.
1#include "CocoaGuiTypes.h"
2
3namespace ROOT {
4namespace MacOSX {
5namespace X11 {
6
7//______________________________________________________________________________
9 : fX(0), fY(0)
10{
11}
12
13//______________________________________________________________________________
14Point::Point(int x, int y)
15 : fX(x), fY(y)
16{
17}
18
19//______________________________________________________________________________
21 : fX(0), fY(0), fWidth(0), fHeight(0)
22{
23}
24
25//______________________________________________________________________________
26Rectangle::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
#define h(i)
Definition RSha256.hxx:106
Double_t y[n]
Definition legend1.C:17
Double_t x[n]
Definition legend1.C:17
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.