Public Member Functions | |
| Screen (PinkEngine *vm) | |
| void | update () |
| bool | processEvent (Common::Event &event) |
| void | setPalette (const byte *palette) |
| void | addTextAction (ActionText *action) |
| void | removeTextAction (ActionText *action) |
| void | addSprite (ActionCEL *sprite) |
| void | removeSprite (ActionCEL *sprite) |
| void | addDirtyRect (const Common::Rect &rect) |
| void | addDirtyRects (ActionCEL *sprite) |
| void | addSound (ActionSound *sound) |
| void | removeSound (ActionSound *sound) |
| void | addTextWindow (Graphics::MacTextWindow *window) |
| void | removeTextWindow (Graphics::MacTextWindow *window) |
| void | clear () |
| void | pause (bool pause) |
| bool | isMenuActive () |
| void | saveStage () |
| void | loadStage () |
| Actor * | getActorByPoint (Common::Point point) |
| Graphics::MacWindowManager & | getWndManager () |
| void | draw (bool blit=true) |
| const Graphics::Font * | getTextFont () |