TouchVG framework
|
基本图形的工厂类 更多...
#include <mgcshapes.h>
类 | |
struct | Impl |
Public 成员函数 | |
MgCoreShapeFactory () | |
~MgCoreShapeFactory () | |
MgBaseShape * | createShape (int type) |
根据指定的图形类型创建图形对象 更多... | |
void | registerShape (int type, MgBaseShape *(*creator)()) |
登记类型号对应的图形创建函数,creator为NULL则取消登记 更多... | |
Private 属性 | |
Impl * | impl |
基本图形的工厂类