#include <flashdisplay.h>
Inherits lightspark::DisplayObject.

Public Member Functions | |
| Shape () | |
| ASFUNCTION (_constructor) | |
| ASFUNCTION (_getGraphics) | |
| bool | getBounds (number_t &xmin, number_t &xmax, number_t &ymin, number_t &ymax) const |
| void | Render () |
| void | inputRender () |
Static Public Member Functions | |
| static void | sinit (Class_base *c) |
| static void | buildTraits (ASObject *o) |
Private Attributes | |
| Graphics * | graphics |
Definition at line 206 of file flashdisplay.h.
| lightspark::Shape::Shape | ( | ) | [inline] |
Definition at line 211 of file flashdisplay.h.
| lightspark::Shape::ASFUNCTION | ( | _getGraphics | ) |
| lightspark::Shape::ASFUNCTION | ( | _constructor | ) |
Reimplemented from lightspark::DisplayObject.
| void Shape::buildTraits | ( | ASObject * | o | ) | [static] |
Reimplemented from lightspark::DisplayObject.
Definition at line 1691 of file flashdisplay.cpp.
| bool Shape::getBounds | ( | number_t & | xmin, | |
| number_t & | xmax, | |||
| number_t & | ymin, | |||
| number_t & | ymax | |||
| ) | const [virtual] |
Reimplemented from lightspark::DisplayObject.
Definition at line 1695 of file flashdisplay.cpp.
| void Shape::inputRender | ( | ) | [virtual] |
Reimplemented from lightspark::DisplayObject.
Definition at line 1740 of file flashdisplay.cpp.
| void Shape::Render | ( | ) | [virtual] |
Reimplemented from lightspark::DisplayObject.
Definition at line 1710 of file flashdisplay.cpp.
| void Shape::sinit | ( | Class_base * | c | ) | [static] |
Reimplemented from lightspark::DisplayObject.
Definition at line 1683 of file flashdisplay.cpp.
Graphics* lightspark::Shape::graphics [private] |
Definition at line 209 of file flashdisplay.h.
1.6.3