|
AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
| EditMode (Editor editor) | |
| Editor | GetDefaultEditor () |
| void | SetDefaultEditor (Editor val) |
| Editor | GetActiveEditor () |
| void | Push (Editor editor, ViewContext ctx) |
| void | Pop (ViewContext ctx) |
| void | Clear (ViewContext ctx) |
| void | OnTime (ViewContext ctx, float timeTick) |
| void | OnMouseDown (ViewContext ctx, InputEvent evt) |
| void | OnMouseUp (ViewContext ctx, InputEvent evt) |
| void | OnMouseMove (ViewContext ctx, InputEvent evt) |
| void | OnMouseWheel (ViewContext ctx, InputEvent evt, int delta) |
| void | OnKeyDown (ViewContext ctx, InputEvent evt) |
| void | OnKeyUp (ViewContext ctx, InputEvent evt) |
| void | OnBeginMultiTouch (ViewContext ctx, MultiTouchEvent evt) |
| void | OnMultiTouch (ViewContext ctx, MultiTouchEvent evt) |
| void | OnEndMultiTouch (ViewContext ctx, MultiTouchEvent evt) |
| void | BeforeRendering (ViewContext ctx) |
| void | AfterRendering (ViewContext ctx) |
<> Used to manage Editors.