|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
| boolean | GetRepeat () |
| void | SetRepeat (boolean val) |
| void | BeforeRendering (ViewContext ctx) |
| EnumEditorCode | Start (ViewContext ctx) |
| void | Finish (ViewContext ctx) |
| EnumEditorCode | OnMouseDown (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnMouseUp (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnMouseMove (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnKeyUp (ViewContext ctx, InputEvent evt) |
| EnumEditorCode | OnInput (ViewContext ctx, ParameterDict input) |
Public 成员函数 继承自 Editor | |
| 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 成员函数 继承自 Editor | |
| static String | InputName () |
| static String | InputMethod () |
| static String | EditStep () |
| static String | SelectionList () |
<> stacked editors.
| void StackEditor.BeforeRendering | ( | ViewContext | ctx | ) |
重载 Editor .
| void StackEditor.Finish | ( | ViewContext | ctx | ) |
重载 Editor .
| EnumEditorCode StackEditor.OnInput | ( | ViewContext | ctx, |
| ParameterDict | input | ||
| ) |
重载 Editor .
| EnumEditorCode StackEditor.OnKeyUp | ( | ViewContext | ctx, |
| InputEvent | evt | ||
| ) |
重载 Editor .
| EnumEditorCode StackEditor.OnMouseDown | ( | ViewContext | ctx, |
| InputEvent | evt | ||
| ) |
重载 Editor .
| EnumEditorCode StackEditor.OnMouseMove | ( | ViewContext | ctx, |
| InputEvent | evt | ||
| ) |
重载 Editor .
| EnumEditorCode StackEditor.OnMouseUp | ( | ViewContext | ctx, |
| InputEvent | evt | ||
| ) |
重载 Editor .
| EnumEditorCode StackEditor.Start | ( | ViewContext | ctx | ) |
重载 Editor .