|
Gnash
0.8.11dev
|
#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 "GnashFactory.h"#include "MediaHandler.h"#include "StreamProvider.h"#include "RunResources.h"#include "HostInterface.h"#include "Movie.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, gnash::key::c, PACKAGE, and textdomain.
| 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" |
| double lastAdvanceTimer |
Referenced by resetLastAdvanceTimer(), and secondsSinceLastAdvance().
| char* optarg |
| int optind |
| int optopt |
1.8.12