Functions |
bool | gnash::isReferenceable (const DisplayObject &d) |
| Returns true if the DisplayObject is referenceable in ActionScript.
|
bool | gnash::setDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, const as_value &val) |
| Set special properties.
|
bool | gnash::getDisplayObjectProperty (DisplayObject &obj, const ObjectURI &uri, as_value &val) |
| DisplayObject property lookup.
|
void | gnash::getIndexedProperty (size_t index, DisplayObject &o, as_value &val) |
| Get a property by its numeric index.
|
void | gnash::setIndexedProperty (size_t index, DisplayObject &o, const as_value &val) |
| Set a property by its numeric index.
|
void | gnash::copyMatrix (const DisplayObject &from, DisplayObject &to) |
| Copy SWFMatrix and caches from given DisplayObjecta.
|
SWFMatrix | gnash::getWorldMatrix (const DisplayObject &d, bool includeRoot=true) |
| Get concatenated SWFMatrix (all ancestor transforms and our SWFMatrix)
|
SWFCxForm | gnash::getWorldCxForm (const DisplayObject &d) |
| Get concatenated color transform of a DisplayObject.
|
const SWFMatrix & | gnash::getMatrix (const DisplayObject &o) |
| Get local transform SWFMatrix for this DisplayObject.
|
const SWFCxForm & | gnash::getCxForm (const DisplayObject &o) |
as_object * | gnash::getObject (const DisplayObject *d) |
| Return the as_object associated with a DisplayObject if it exists.
|
std::ostream & | gnash::operator<< (std::ostream &o, DisplayObject::BlendMode bm) |
| Stream operator for DisplayObject blend mode.
|