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