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>
ROOT::MacOSX::X11::Rectangle::Rectangle | ( | ) |
Definition at line 20 of file CocoaGuiTypes.mm.
Definition at line 26 of file CocoaGuiTypes.mm.
unsigned ROOT::MacOSX::X11::Rectangle::fHeight |
Definition at line 25 of file CocoaGuiTypes.h.
unsigned ROOT::MacOSX::X11::Rectangle::fWidth |
Definition at line 24 of file CocoaGuiTypes.h.
int ROOT::MacOSX::X11::Rectangle::fX |
Definition at line 21 of file CocoaGuiTypes.h.
int ROOT::MacOSX::X11::Rectangle::fY |
Definition at line 22 of file CocoaGuiTypes.h.