#include "smart_ptr.h"
#include "DisplayObject.h"
#include "movie_root.h"
#include "MovieClip.h"
#include "drag_state.h"
#include "VM.h"
#include "fn_call.h"
#include "GnashException.h"
#include "ExecutableCode.h"
#include "namedStrings.h"
#include "gnash.h"
#include "GnashNumeric.h"
#include "Global_as.h"
#include "Renderer.h"
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/bind.hpp>
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, string_table::key key, as_value &val) |
DisplayObject property lookup. | |
bool | gnash::setDisplayObjectProperty (DisplayObject &obj, string_table::key key, const as_value &val) |
Set special properties. | |
std::ostream & | gnash::operator<< (std::ostream &o, DisplayObject::BlendMode bm) |
Stream operator for DisplayObject blend mode. |