|
| Movie (Window *window) |
|
void | loadCastLibMapping (Common::SeekableReadStreamEndian &stream) |
|
bool | loadArchive () |
|
void | setArchive (Archive *archive) |
|
Archive * | getArchive () const |
|
Common::String | getMacName () const |
|
Window * | getWindow () const |
|
DirectorEngine * | getVM () const |
|
Cast * | getCast () const |
|
Cast * | getCast (CastMemberID memberID) |
|
Cast * | getSharedCast () const |
|
const Common::HashMap< int, Cast * > * | getCasts () const |
|
Score * | getScore () const |
|
void | clearSharedCast () |
|
void | loadSharedCastsFrom (Common::Path &filename) |
|
Archive * | loadExternalCastFrom (Common::Path &filename) |
|
CastMember * | getCastMember (CastMemberID memberID) |
|
CastMember * | createOrReplaceCastMember (CastMemberID memberID, CastMember *cast) |
|
bool | eraseCastMember (CastMemberID memberID) |
|
bool | duplicateCastMember (CastMemberID source, CastMemberID target) |
|
CastMemberID | getCastMemberIDByMember (int memberID) |
|
int | getCastLibIDByName (const Common::String &name) |
|
CastMemberID | getCastMemberIDByName (const Common::String &name) |
|
CastMemberID | getCastMemberIDByNameAndType (const Common::String &name, int castLib, CastType type) |
|
CastMemberInfo * | getCastMemberInfo (CastMemberID memberID) |
|
bool | isValidCastMember (CastMemberID memberID, CastType type) |
|
const Stxt * | getStxt (CastMemberID memberID) |
|
LingoArchive * | getMainLingoArch () |
|
LingoArchive * | getSharedLingoArch () |
|
ScriptContext * | getScriptContext (ScriptType type, CastMemberID id) |
|
Symbol | getHandler (const Common::String &name) |
|
bool | processEvent (Common::Event &event) |
|
void | setPrimaryEventHandler (LEvent event, const Common::String &code) |
|
void | resolveScriptEvent (LingoEvent &event) |
|
void | processEvent (LEvent event, int targetId=0) |
|
void | queueInputEvent (LEvent event, int targetId=0, Common::Point pos=Common::Point(-1, -1)) |
|