Gnash
0.8.10
|
#include "DisplayObject.h"
#include <utility>
#include <boost/assign/list_of.hpp>
#include <boost/bind.hpp>
#include <boost/logic/tribool.hpp>
#include "movie_root.h"
#include "MovieClip.h"
#include "VM.h"
#include "fn_call.h"
#include "GnashException.h"
#include "ExecutableCode.h"
#include "namedStrings.h"
#include "GnashEnums.h"
#include "GnashNumeric.h"
#include "Global_as.h"
#include "Renderer.h"
#include "GnashAlgorithm.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
as_value | gnash::getHeight (DisplayObject &o) |
void | gnash::setHeight (DisplayObject &o, const as_value &val) |
void | gnash::setIndexedProperty (size_t index, DisplayObject &o, const as_value &val) |
Set a property by its numeric index. | |
void | gnash::getIndexedProperty (size_t index, DisplayObject &o, as_value &val) |
Get a property by its numeric index. | |
bool | gnash::getDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, as_value &val) |
DisplayObject property lookup. | |
bool | gnash::setDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, const as_value &val) |
Set special properties. | |
std::ostream & | gnash::operator<< (std::ostream &o, DisplayObject::BlendMode bm) |
Stream operator for DisplayObject blend mode. |