|
TouchVG framework
|
Public 类型 | |
| typedef std::list< MgShape * > | Container |
| typedef Container::const_iterator | citerator |
| typedef Container::iterator | iterator |
| typedef std::map< int, MgShape * > | ID2SHAPE |
Public 成员函数 | |
| MgShape * | findShape (int sid) const |
| int | getNewID (int sid) |
| iterator | findPositionOfID (int sid) |
| iterator | findPositionOfIndex (int index) |
| citerator | findPositionOfIndex (int index) const |
Public 属性 | |
| Container | shapes |
| ID2SHAPE | id2shape |
| MgObject * | owner |
| int | index |
| int | newShapeID |
| volatile long | refcount |