|
| Cast (Movie *movie, uint16 castLibID, bool isShared=false, bool isExternal=false, uint16 libResourceId=1024) |
|
void | loadArchive () |
|
void | setArchive (Archive *archive) |
|
Archive * | getArchive () const |
|
Common::String | getMacName () const |
|
bool | loadConfig () |
|
void | loadCast () |
|
void | loadCastDataVWCR (Common::SeekableReadStreamEndian &stream) |
|
void | loadCastData (Common::SeekableReadStreamEndian &stream, uint16 id, Resource *res) |
|
void | loadCastInfo (Common::SeekableReadStreamEndian &stream, uint16 id) |
|
void | loadCastLibInfo (Common::SeekableReadStreamEndian &stream, uint16 id) |
|
void | loadLingoContext (Common::SeekableReadStreamEndian &stream) |
|
void | loadExternalSound (Common::SeekableReadStreamEndian &stream) |
|
void | loadSord (Common::SeekableReadStreamEndian &stream) |
|
int | getCastSize () |
|
int | getCastMaxID () |
|
int | getNextUnusedID () |
|
Common::Rect | getCastMemberInitialRect (int castId) |
|
void | setCastMemberModified (int castId) |
|
CastMember * | setCastMember (int castId, CastMember *cast) |
|
bool | duplicateCastMember (CastMember *source, CastMemberInfo *info, int targetId) |
|
bool | eraseCastMember (int castId) |
|
CastMember * | getCastMember (int castId, bool load=true) |
|
CastMember * | getCastMemberByNameAndType (const Common::String &name, CastType type) |
|
CastMember * | getCastMemberByScriptId (int scriptId) |
|
CastMemberInfo * | getCastMemberInfo (int castId) |
|
const Stxt * | getStxt (int castId) |
|
Common::String | getLinkedPath (int castId) |
|
Common::String | getVideoPath (int castId) |
|
Common::SeekableReadStreamEndian * | getResource (uint32 tag, uint16 id) |
|
void | rebuildCastNameCache () |
|
void | releaseCastMemberWidget () |
|
void | dumpScript (const char *script, ScriptType type, uint16 id) |
|
Common::CodePage | getFileEncoding () |
|
Common::U32String | decodeString (const Common::String &str) |
|
Common::String | formatCastSummary (int castId) |
|
PaletteV4 | loadPalette (Common::SeekableReadStreamEndian &stream, int id) |
|