|
| EditMode (String name, Editor editor) |
|
String | GetName () |
|
void | SetName (String val) |
|
Editor | GetDefaultEditor () |
|
void | SetDefaultEditor (Editor val) |
|
Editor | GetActiveEditor () |
|
void | Start (ViewContext ctx) |
|
void | Finish (ViewContext ctx) |
|
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 | OnInput (ViewContext ctx, ParameterDict parameters) |
|
void | BeforeRendering (ViewContext ctx) |
|
void | AfterRendering (ViewContext ctx) |
|
void | OnDocumentChanged (ViewContext ctx, DocumentEventArgs args) |
|
void | ComputePivotPoint (ViewContext ctx, int x, int y) |
|