Go to the documentation of this file.
20 #ifndef GNASH_ASOBJ_STAGE_H
21 #define GNASH_ASOBJ_STAGE_H
void stage_class_init(as_object &where, const ObjectURI &uri)
Initialize the global Stage class.
Definition: Stage_as.cpp:51
bool toBool(const as_value &v, const VM &vm)
Convert an as_value to boolean type.
Definition: VM.cpp:445
The base class for all ActionScript objects.
Definition: as_object.h:162
#define LOG_ONCE(x)
Definition: log.h:49
#define _(String)
Definition: log.h:44
The AVM1 virtual machine.
Definition: VM.h:72
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
as_object * registerBuiltinObject(as_object &where, Global_as::Properties p, const ObjectURI &uri)
Register a built-in object.
Definition: Global_as.h:114
@ m
Definition: GnashKey.h:159
VM & getVM(const as_environment &env)
Definition: as_environment.h:222
void registerStageNative(as_object &o)
This is the Stage ActionScript object.
Definition: Stage_as.cpp:58
DisplayState
The possible values of Stage.displayState.
Definition: movie_root.h:444
#define IF_VERBOSE_ASCODING_ERRORS(x)
Definition: log.h:397
short stringToStageAlign(const std::string &str)
Definition: movie_root.cpp:2406
void registerNative(as_c_function_ptr fun, unsigned int x, unsigned int y)
Definition: VM.cpp:268
@ SCALEMODE_NOSCALE
Definition: movie_root.h:452
@ DISPLAYSTATE_FULLSCREEN
Definition: movie_root.h:446
@ SCALEMODE_SHOWALL
Definition: movie_root.h:451
void log_aserror(StringType msg, Args... args)
Definition: log.h:331
static void initialize(as_object &obj)
Initialize the given object as an AsBroadcaster.
Definition: AsBroadcaster.cpp:145
movie_root & getRoot(const as_environment &env)
Definition: as_environment.cpp:645
int getSWFVersion(const as_environment &env)
Definition: as_environment.cpp:657
uri
Definition: test.py:12
@ SCALEMODE_EXACTFIT
Definition: movie_root.h:453
@ o
Definition: GnashKey.h:161
ScaleMode
The possibile values of Stage.scaleMode.
Definition: movie_root.h:450
void log_unimpl(StringType msg, Args... args)
Definition: log.h:289
A URI for describing as_objects.
Definition: ObjectURI.h:45
@ DISPLAYSTATE_NORMAL
Definition: movie_root.h:445
@ SCALEMODE_NOBORDER
Definition: movie_root.h:454