Classes | |
| struct | Line |
Public Member Functions | |
| Subtitle (ZVision *engine, const Common::Path &subname, bool vob=false) | |
| Subtitle (ZVision *engine, const Common::String &str, const Common::Rect &textArea) | |
| bool | update (int32 count) |
| virtual bool | selfUpdate () |
Protected Member Functions | |
| virtual bool | process (int32 deltatime) |
Protected Attributes | |
| ZVision * | _engine |
| Common::Rect | _textArea |
| int16 | _timer |
| bool | _toDelete |
| bool | _redraw |
| int16 | _lineId |
| Common::Array< Line > | _lines |