#include "MovieTester.h"#include "MovieClip.h"#include "DisplayObject.h"#include "DisplayList.h"#include "log.h"#include "URL.h"#include "VM.h"#include "string_table.h"#include "check.h"#include <string>#include <cassert>#include "GnashSystemIOHeaders.h"Defines | |
| #define | INPUT_FILENAME "loadMovieTest.swf" |
Functions | |
| MovieClip * | getCoverArt () |
| void | checkScribbling () |
| int | main (int, char **) |
Variables | |
| std::auto_ptr< MovieTester > | tester |
| MovieClip * | root |
| #define INPUT_FILENAME "loadMovieTest.swf" |
Referenced by main().
| void checkScribbling | ( | ) |
References check, check_equals, getCoverArt(), gnash::MovieClip::getDisplayList(), gnash::key::i, gnash::DisplayList::size(), and tester.
Referenced by main().
| MovieClip* getCoverArt | ( | ) |
References root, tester, and gnash::DisplayObject::to_movie().
Referenced by checkScribbling().
| int main | ( | int | , | |
| char ** | ||||
| ) |
References gnash::RcInitFile::addLocalSandboxPath(), check, check_equals, checkScribbling(), gnash::dbglogfile, filename, gnash::string_table::find(), gnash::MovieClip::get_current_frame(), gnash::MovieClip::get_frame_count(), gnash::as_object::get_member(), gnash::MovieClip::get_root(), gnash::RcInitFile::getDefaultInstance(), gnash::LogFile::getDefaultInstance(), gnash::getObject(), gnash::getStringTable(), INPUT_FILENAME, rc, root, gnash::LogFile::setVerbosity(), gnash::key::SHIFT, gnash::URL::str(), tester, gnash::as_value::to_bool(), gnash::MovieClip::to_movie(), gnash::Movie::url(), and url.
Referenced by getCoverArt(), gnash::GC::init(), main(), gnash::TextField::notifyEvent(), gnash::Player::run(), and testAll().
| std::auto_ptr<MovieTester> tester |
Referenced by checkScribbling(), getCoverArt(), and main().
1.7.1