Public Member Functions | |
| GraphicsEffect (ZVision *engine, uint32 key, Common::Rect region, bool ported) | |
| uint32 | getKey () |
| Common::Rect | getRegion () |
| bool | isPort () |
| virtual const Graphics::Surface * | draw (const Graphics::Surface &srcSubRect) |
| virtual void | update () |
Protected Attributes | |
| ZVision * | _engine |
| uint32 | _key |
| Common::Rect | _region |
| bool | _ported |
| Graphics::Surface | _surface |