Gnash  0.8.11dev
Namespaces | Functions
DisplayObject.cpp File Reference
#include "DisplayObject.h"
#include <utility>
#include <functional>
#include <boost/logic/tribool.hpp>
#include "movie_root.h"
#include "MovieClip.h"
#include "Movie.h"
#include "Object.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

 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. More...
 
void gnash::getIndexedProperty (size_t index, DisplayObject &o, as_value &val)
 Get a property by its numeric index. More...
 
bool gnash::getDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, as_value &val)
 DisplayObject property lookup. More...
 
bool gnash::setDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, const as_value &val)
 Set special properties. More...
 
std::ostream & gnash::operator<< (std::ostream &o, DisplayObject::BlendMode bm)
 Stream operator for DisplayObject blend mode. More...