|
TouchVG framework
|
设备相关的视图回调接口 更多...
#include <giview.h>

Public 成员函数 | |
| virtual | ~GiView () |
| virtual void | regenAll (bool changed) |
| 标记视图待重新构建显示 更多... | |
| virtual void | regenAppend (int sid, long playh) |
| 标记视图待追加显示新图形 更多... | |
| virtual void | redraw (bool changed) |
| 标记视图待更新显示 更多... | |
| virtual bool | useFinger () |
| 使用手指(true)或鼠标(false)交互 更多... | |
| virtual bool | isContextActionsVisible () |
| 返回上下文操作菜单是否可见 更多... | |
| virtual bool | showContextActions (const mgvector< int > &actions, const mgvector< float > &buttonXY, float x, float y, float w, float h) |
| 显示上下文操作菜单(MgContextAction) 更多... | |
| virtual void | hideContextActions () |
| 隐藏上下文操作菜单 更多... | |
| virtual void | commandChanged () |
| 当前命令已改变 更多... | |
| virtual void | selectionChanged () |
| 选择集改变的通知 更多... | |
| virtual void | contentChanged () |
| 图形数据改变的通知 更多... | |
| virtual void | dynamicChanged () |
| 图形动态拖拉改变的通知 更多... | |
| virtual void | zoomChanged () |
| 放缩改变的通知 更多... | |
| virtual void | viewChanged (GiView *oldview) |
| 当前视图改变的通知 更多... | |
| virtual void | shapeWillDelete (int sid) |
| 图形将删除的通知 更多... | |
| virtual void | shapeDeleted (int sid) |
| 删除图形的通知 更多... | |
| virtual bool | shapeDblClick (int type, int sid, int tag) |
| 通知图形双击编辑 更多... | |
| virtual bool | shapeClicked (int type, int sid, int tag, float x, float y) |
| 图形点击的通知,返回false继续显示上下文按钮 更多... | |
| virtual void | showMessage (const char *text) |
| virtual void | getLocalizedString (const char *name, MgStringCallback *c) |
| 得到本地化文字内容 更多... | |
设备相关的视图回调接口
在派生类中使用某种界面框架实现其视图回调函数