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 bindtextdomain, textdomain, gnash::key::c, _, GPROC_VERSION, infiles, gnash::dbglogfile, gnash::LogFile::setVerbosity(), gnash::LogFile::setLogFilename(), gnash::LogFile::setWriteDisk(), gnash::LogFile::setActionDump(), gnash::LogFile::setParserDump(), getopt(), gnash::LogFile::removeLog(), gnash::LogFile::setNetwork(), optarg, optopt, optind, gnash::GnashFactory::instance(), gnash::SWF::addDefaultLoaders(), gnash::key::r, gnash::create_Renderer_agg(), gnash::key::i, gnash::key::e, gnash::RunResources::setSoundHandler(), gnash::RunResources::setMediaHandler(), gnash::RunResources::setTagLoaders(), gnash::RunResources::setStreamProvider(), and gnash::RunResources::setRenderer().
void resetLastAdvanceTimer | ( | ) |
References lastAdvanceTimer, and gnash::clocktime::getTicks().
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 |