xoreos
0.0.5
|
#include <rect.h>
Public Member Functions | |
Rect () | |
bool | empty () const |
Public Attributes | |
double | x |
double | y |
double | w |
double | h |
double Common::Rect::h |
Definition at line 37 of file rect.h.
Referenced by empty(), and Aurora::GFXFile::readRectangle().
double Common::Rect::w |
Definition at line 37 of file rect.h.
Referenced by empty(), and Aurora::GFXFile::readRectangle().
double Common::Rect::x |
Definition at line 36 of file rect.h.
Referenced by Aurora::GFXFile::readRectangle().
double Common::Rect::y |
Definition at line 36 of file rect.h.
Referenced by Aurora::GFXFile::readRectangle().