ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | List of all members
ROOT::MacOSX::X11::Rectangle Struct Reference

Definition at line 20 of file CocoaGuiTypes.h.

Public Member Functions

 Rectangle ()
 
 Rectangle (int x, int y, unsigned w, unsigned h)
 

Public Attributes

int fX
 
int fY
 
unsigned fWidth
 
unsigned fHeight
 

#include <CocoaGuiTypes.h>

Constructor & Destructor Documentation

§ Rectangle() [1/2]

ROOT::MacOSX::X11::Rectangle::Rectangle ( )

Definition at line 20 of file CocoaGuiTypes.mm.

§ Rectangle() [2/2]

ROOT::MacOSX::X11::Rectangle::Rectangle ( int  x,
int  y,
unsigned  w,
unsigned  h 
)

Definition at line 26 of file CocoaGuiTypes.mm.

Member Data Documentation

§ fHeight

unsigned ROOT::MacOSX::X11::Rectangle::fHeight

§ fWidth

unsigned ROOT::MacOSX::X11::Rectangle::fWidth

§ fX

int ROOT::MacOSX::X11::Rectangle::fX

§ fY

int ROOT::MacOSX::X11::Rectangle::fY

The documentation for this struct was generated from the following files: