TouchVG framework
|
绘图视图接口 更多...
类 | |
interface | rhcad.touchvg.IGraphView |
interface | rhcad.touchvg.IGraphView.OnCommandChangedListener |
当前命令改变的通知 | |
interface | rhcad.touchvg.IGraphView.OnSelectionChangedListener |
图形选择集改变的通知 | |
interface | rhcad.touchvg.IGraphView.OnContentChangedListener |
图形数据改变的通知 | |
interface | rhcad.touchvg.IGraphView.OnDynamicChangedListener |
图形动态改变的通知 | |
interface | rhcad.touchvg.IGraphView.OnZoomChangedListener |
视图放缩的通知 | |
interface | rhcad.touchvg.IGraphView.OnFirstRegenListener |
第一次后台渲染结束的通知 | |
interface | rhcad.touchvg.IGraphView.OnDynDrawEndedListener |
动态绘图完成的通知 | |
interface | rhcad.touchvg.IGraphView.OnShapesRecordedListener |
图形录制的通知 | |
interface | rhcad.touchvg.IGraphView.OnShapeWillDeleteListener |
图形将删除的通知 | |
interface | rhcad.touchvg.IGraphView.OnShapeDeletedListener |
图形已删除的通知 | |
interface | rhcad.touchvg.IGraphView.OnShapeClickedListener |
图形点击的通知,返回false继续显示上下文按钮 | |
interface | rhcad.touchvg.IGraphView.OnShapeDblClickedListener |
图形双击的通知,返回true自定义编辑,返回false默认编辑 | |
interface | rhcad.touchvg.IGraphView.OnContextActionListener |
上下文按钮点击的通知 | |
interface | rhcad.touchvg.IGraphView.OnViewDetachedListener |
绘图视图销毁后的通知 | |
interface | rhcad.touchvg.IGraphView.OnDrawGestureListener |
绘图手势(kGesturePress 等)的通知 | |
包 | |
package | rhcad.touchvg |
绘图视图接口