#include <swftypes.h>
Public Member Functions | |
| RECT () | |
| RECT (int xmin, int xmax, int ymin, int ymax) | |
Public Attributes | |
| int | Xmin |
| int | Xmax |
| int | Ymin |
| int | Ymax |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const RECT &r) |
| std::istream & | operator>> (std::istream &stream, RECT &v) |
Definition at line 679 of file swftypes.h.
| lightspark::RECT::RECT | ( | ) |
Definition at line 113 of file swftypes.cpp.
| lightspark::RECT::RECT | ( | int | xmin, | |
| int | xmax, | |||
| int | ymin, | |||
| int | ymax | |||
| ) |
Definition at line 117 of file swftypes.cpp.
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const RECT & | r | |||
| ) | [friend] |
| std::istream& operator>> | ( | std::istream & | stream, | |
| RECT & | v | |||
| ) | [friend] |
Definition at line 685 of file swftypes.h.
Definition at line 684 of file swftypes.h.
Definition at line 687 of file swftypes.h.
Definition at line 686 of file swftypes.h.
1.6.3