Public Member Functions | |
| OldPipe (Common::SeekableReadStream *stream, uint16 pipeId) | |
| void | nextFrame () override |
| const Common::Array< uint16 > * | getScripts () override |
| uint32 | getOffset () const override |
| void | setOffset (uint32 offset) override |
Public Member Functions inherited from Composer::Pipe | |
| Pipe (Common::SeekableReadStream *stream, uint16 id) | |
| bool | hasResource (uint32 tag, uint16 id) const |
| Common::SeekableReadStream * | getResource (uint32 tag, uint16 id, bool buffering) |
| uint16 | getPipeId () const |
Protected Attributes | |
| uint32 | _currFrame |
| uint32 | _numFrames |
| Common::Array< uint16 > | _scripts |
Protected Attributes inherited from Composer::Pipe | |
| Common::SeekableReadStream * | _stream |
| TypeMap | _types |
| uint16 | _pipeId |
| uint32 | _offset |
Additional Inherited Members | |
Public Types inherited from Composer::Pipe | |
| typedef Common::HashMap< uint32, Common::List< uint16 > > | DelMap |
Public Attributes inherited from Composer::Pipe | |
| Animation * | _anim |
| DelMap | _bufferedResources |
Protected Types inherited from Composer::Pipe | |
| typedef Common::HashMap< uint16, PipeResource > | ResourceMap |
| typedef Common::HashMap< uint32, ResourceMap > | TypeMap |