struct ImportVisitor { };
ImportVisitor interface is a helper class used for movie enumeration through VisitImportedMovies.
ImportVisitor is part of an API used to resolve imports. SWF files can import dictionary symbols from other SWF files. This is done automatically if Loader::LoadConstants::LoadAll flag is specified when loading a movie (default for Loader::CreateMovie); however, if it is not specified this interface can be used to manually enumerate and resolve imports.
Method |
Description |
Visitor interface, used for movie enumeration through VisitImportedMovies. | |
Virtual method called on every imported file by VisitImportedMovies. |
GFx_Player.h