liborigin2 13/09/2010
|
#include <OriginObj.h>
Public Member Functions | |
int | height () const |
bool | isValid () const |
Rect (short width=0, short height=0) | |
int | width () const |
Public Attributes | |
short | bottom |
short | left |
short | right |
short | top |
Origin::Rect::Rect | ( | short | width = 0 , |
short | height = 0 |
||
) | [inline] |
int Origin::Rect::height | ( | ) | const [inline] |
bool Origin::Rect::isValid | ( | ) | const [inline] |
int Origin::Rect::width | ( | ) | const [inline] |
short Origin::Rect::bottom |
Referenced by Origin750Parser::parse(), Origin800Parser::readNotes(), and Origin610Parser::readNotes().
short Origin::Rect::left |
Referenced by Origin750Parser::parse(), Origin800Parser::readNotes(), and Origin610Parser::readNotes().
short Origin::Rect::right |
Referenced by Origin750Parser::parse(), Origin800Parser::readNotes(), and Origin610Parser::readNotes().
short Origin::Rect::top |
Referenced by Origin750Parser::parse(), Origin800Parser::readNotes(), and Origin610Parser::readNotes().