TouchVG framework
|
Interface of recording items. 更多...
#include <girecordshape.h>
Public 成员函数 | |
virtual | ~ICmd () |
virtual int | type () const =0 |
virtual void | copy (const ICmd &src)=0 |
virtual bool | save (MgStorage *s) const =0 |
virtual bool | load (MgStorage *s)=0 |
virtual bool | draw (GiGraphics &gs, const Matrix2d &w2d) const =0 |
virtual Box2d | getExtentW () const |
Interface of recording items.