|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
| String | GetName () |
| boolean | GetSubEditor () |
| void | SetSubEditor (boolean val) |
| void | SetName (String name) |
| EnumEditorCode | Start (ViewContext ctx) |
| void | Finish (ViewContext ctx) |
| void | Reset (ViewContext ctx) |
| boolean | Commit (ViewContext ctx) |
| EnumEditorCode | OnMouseDown (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnMouseUp (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnMouseMove (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnMouseWheel (ViewContext ctx, InputEvent evt, int delta) |
| EnumEditorCode | OnKeyDown (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnKeyUp (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnInput (ViewContext ctx, ParameterDict input) |
| EnumEditorCode | OnMultiTouch (ViewContext ctx, MultiTouchEvent evt) |
| EnumEditorCode | OnBeginMultiTouch (ViewContext ctx, MultiTouchEvent evt) |
| EnumEditorCode | OnEndMultiTouch (ViewContext ctx, MultiTouchEvent evt) |
| void | BeforeRendering (ViewContext ctx) |
| void | AfterRendering (ViewContext ctx) |
| void | OnDocumentChanged (ViewContext ctx, DocumentEventArgs args) |
| void | NotifyParamsChanged (ViewContext ctx, String propertyName) |
| void | NotifyParamsChanged (ViewContext ctx) |
静态 Public 成员函数 | |
| static String | InputName () |
| static String | InputMethod () |
| static String | EditStep () |
| static String | SelectionList () |
<> Used to get mouse/keyboard input.