lightspark::SystemState Class Reference
#include <swf.h>
Inherits lightspark::RootMovieClip.
List of all members.
Detailed Description
Definition at line 159 of file swf.h.
Member Enumeration Documentation
- Enumerator:
| EXACT_FIT |
|
| NO_BORDER |
|
| NO_SCALE |
|
| SHOW_ALL |
|
Definition at line 284 of file swf.h.
- Enumerator:
-
Definition at line 203 of file swf.h.
Constructor & Destructor Documentation
| SystemState::~SystemState |
( |
|
) |
|
Member Function Documentation
| void SystemState::addTick |
( |
uint32_t |
tickTime, |
|
|
ITickJob * |
job | |
|
) |
| | |
| void SystemState::addWait |
( |
uint32_t |
waitTime, |
|
|
ITickJob * |
job | |
|
) |
| | |
| void SystemState::createEngines |
( |
|
) |
[private] |
Create the rendering and input engines
- Precondition:
- engine and useAVM2 are known
Definition at line 494 of file swf.cpp.
| void SystemState::enableGnashFallback |
( |
|
) |
|
| InputThread* lightspark::SystemState::getInputThread |
( |
|
) |
const [inline] |
| float SystemState::getRenderRate |
( |
|
) |
|
| RenderThread* lightspark::SystemState::getRenderThread |
( |
|
) |
const [inline] |
| tiny_string& lightspark::SystemState::getUrl |
( |
|
) |
[inline] |
| bool SystemState::isOnError |
( |
|
) |
const |
| bool SystemState::isShuttingDown |
( |
|
) |
const |
| void SystemState::needsAVM2 |
( |
bool |
n |
) |
|
| void SystemState::parseParametersFromFile |
( |
const char * |
f |
) |
|
| void SystemState::parseParametersFromFlashvars |
( |
const char * |
vars |
) |
|
| bool SystemState::removeJob |
( |
ITickJob * |
job |
) |
|
| void SystemState::setCookies |
( |
const char * |
c |
) |
|
| void SystemState::setDownloadedPath |
( |
const tiny_string & |
p |
) |
|
| void lightspark::SystemState::setError |
( |
const std::string & |
c |
) |
|
| void SystemState::setParameters |
( |
ASObject * |
p |
) |
[private] |
| void SystemState::setRenderRate |
( |
float |
rate |
) |
|
| void SystemState::setShutdownFlag |
( |
|
) |
|
| bool SystemState::shouldTerminate |
( |
|
) |
const |
| void SystemState::startRenderTicks |
( |
|
) |
[private] |
| void SystemState::staticDeinit |
( |
|
) |
[static] |
| void SystemState::staticInit |
( |
|
) |
[static] |
| void SystemState::stopEngines |
( |
|
) |
[private] |
Destroys all the engines used in lightspark: timer, thread pool, vm...
Definition at line 287 of file swf.cpp.
| void SystemState::tick |
( |
|
) |
[virtual] |
| void SystemState::wait |
( |
|
) |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: