|
TouchVG framework
|
定义GiCoreView实现类 GiCoreViewImpl 更多...
#include "gicoreviewdata.h"#include "GcShapeDoc.h"#include "GcMagnifierView.h"#include "mgcmdmgr.h"#include "mgcmdmgrfactory.h"#include "cmdsubject.h"#include "mgjsonstorage.h"#include "mgstorage.h"#include "girecordshape.h"#include "mgshapet.h"#include "cmdbasic.h"#include "mglayer.h"#include "mgcomposite.h"#include "mglog.h"#include <map>

类 | |
| class | MgShapeExt |
| 供Java等语言用的 MgShape 实现类 更多... | |
| class | GiCoreViewImpl |
| GiCoreView实现类 更多... | |
| class | DrawLocker |
| Helper class to avoid to call regenAll/redraw repeatedly. 更多... | |
宏定义 | |
| #define | CALL_VIEW(func) if (curview) curview->func |
| #define | CALL_VIEW2(func, v) curview ? curview->func : v |
定义GiCoreView实现类 GiCoreViewImpl