Public Types | |
| using | PointsType = Common::Array< Common::Point > |
Public Member Functions | |
| Region (const Common::String &resourceName, Common::SeekableReadStream &stream) | |
| Region (const Common::Rect rect) | |
| bool | pointIn (Common::Point point) const |
| Common::String | toString () const |
| void | move (Common::Point rel) |
| Common::Point | topLeft () const |
| bool | empty () const |
Public Attributes | |
| Common::String | name |
| Common::Point | center |
| uint16 | flags |
| Common::Array< PointsType > | regions |