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.
|