ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | 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

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

Definition at line 20 of file CocoaGuiTypes.mm.

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

Definition at line 26 of file CocoaGuiTypes.mm.

Member Data Documentation

unsigned ROOT::MacOSX::X11::Rectangle::fHeight
unsigned ROOT::MacOSX::X11::Rectangle::fWidth
int ROOT::MacOSX::X11::Rectangle::fX
int ROOT::MacOSX::X11::Rectangle::fY

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