Logo ROOT   6.10/09
Reference Guide
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

unsigned fHeight
 
unsigned fWidth
 
int fX
 
int fY
 

#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

Definition at line 25 of file CocoaGuiTypes.h.

◆ fWidth

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

Definition at line 24 of file CocoaGuiTypes.h.

◆ fX

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

Definition at line 21 of file CocoaGuiTypes.h.

◆ fY

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

Definition at line 22 of file CocoaGuiTypes.h.


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