#include <FBase.h>
Public Methods | |
| FlashRect (int _x1, int _y1, int _x2, int _y2) | |
| FlashRect () | |
| ~FlashRect () | |
| bool | IsDefined () |
| void | SetRect (int _x1, int _y1, int _x2, int _y2) |
| SWORD | GetX1 () const |
| SWORD | GetX2 () const |
| SWORD | GetY1 () const |
| SWORD | GetY2 () const |
| void | BoundWith (const FlashRect &r) |
Private Attributes | |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
| bool | defined |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const FlashRect &data) |
| std::istream & | operator>> (std::istream &in, FlashRect &data) |
|
|||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.9 written by Dimitri van Heesch,
© 1997-2001