Gnash
0.8.10
|
#include <ios>
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <typeinfo>
#include <boost/any.hpp>
#include "NullSoundHandler.h"
#include "MovieFactory.h"
#include "swf/TagLoadersTable.h"
#include "swf/DefaultTagLoaders.h"
#include "ClockTime.h"
#include "movie_definition.h"
#include "MovieClip.h"
#include "movie_root.h"
#include "log.h"
#include "rc.h"
#include "URL.h"
#include "GnashException.h"
#include "VM.h"
#include "noseek_fd_adapter.h"
#include "ManualClock.h"
#include "StringPredicates.h"
#include "IOChannel.h"
#include "GnashSleep.h"
#include "StreamProvider.h"
#include "RunResources.h"
#include "HostInterface.h"
Functions | |
int | getopt (int, char *const *, const char *) |
void | resetLastAdvanceTimer () |
double | secondsSinceLastAdvance () |
int | main (int argc, char *argv[]) |
Variables | |
char * | optarg |
int | optopt |
int | optind |
const char * | GPROC_VERSION = "1.0" |
double | lastAdvanceTimer |
EventCallback | eventCallback |
FsCommandExecutor | execFsCommand |
int getopt | ( | int | , |
char *const * | , | ||
const char * | |||
) |
int main | ( | int argc | , |
char * | argv[] | ||
) |
References _, gnash::SWF::addDefaultLoaders(), bindtextdomain, gnash::key::c, gnash::create_Renderer_agg(), gnash::dbglogfile, gnash::key::e, getopt(), GPROC_VERSION, gnash::key::i, infiles, gnash::GnashFactory< T, Init, Key >::instance(), optarg, optind, optopt, PACKAGE, gnash::key::r, gnash::LogFile::removeLog(), gnash::LogFile::setActionDump(), gnash::LogFile::setLogFilename(), gnash::RunResources::setMediaHandler(), gnash::LogFile::setNetwork(), gnash::LogFile::setParserDump(), gnash::RunResources::setRenderer(), gnash::RunResources::setSoundHandler(), gnash::RunResources::setStreamProvider(), gnash::RunResources::setTagLoaders(), gnash::LogFile::setVerbosity(), gnash::LogFile::setWriteDisk(), textdomain, and VERSION.
void resetLastAdvanceTimer | ( | ) |
References gnash::clocktime::getTicks(), and lastAdvanceTimer.
double secondsSinceLastAdvance | ( | ) |
References gnash::clocktime::getTicks(), and lastAdvanceTimer.
EventCallback eventCallback |
FsCommandExecutor execFsCommand |
const char* GPROC_VERSION = "1.0" |
Referenced by main().
double lastAdvanceTimer |
Referenced by resetLastAdvanceTimer(), and secondsSinceLastAdvance().
char* optarg |
int optind |