프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Instance |
메소드 | 설명 | |
---|---|---|
Execute ( string command ) : bool |
Este método es llamado como resultado de una acción del usuario, no de algún otro comando. Por esto sus mensajes de error se mandan al usuario como avisos y se resuelven aquí mismo en lugar de aventar excepciones.
|
|
ExecuteAsync ( string command ) : void |
Executes a command asynchronously (on next Application.Idle). See Execute for more details.
|
|
IdleReset ( ) : void | ||
LoadModel ( string path ) : void |
메소드 | 설명 | |
---|---|---|
Controller ( ) : System | ||
IdleStart ( IdleReason reason ) : void | ||
IdleStop ( IdleReason reason ) : void | ||
ProcessCustomMessages ( |
||
SystemEvents_PowerModeChanged ( object sender, Microsoft e ) : void | ||
application_Idle ( object sender, |
||
endModelCommand ( ) : void |
Method called when a model command ends or is cancelled
|
|
flushExecuteQueue ( object sender, |
||
getFocusControl ( ) : |
Method to retrieve the control that currently has the Focus.
|
|
gridHasFocus ( object sender ) : bool | ||
loadCommands ( ) : void |
Loads commands (view and model) as plug-ins using the Activator (when applicable)
|
|
loadStdModelCommands ( ) : void |
Loads standard model commands
|
|
loadViewCommands ( ) : void |
Loads standard view commands
|
|
model_ModelChanged ( object sender, |
||
model_ModelReset ( object sender, |
||
model_ResultsArrived ( object sender, |
||
model_SelectionChanged ( object sender, Canguro e ) : void | ||
processHotKeys ( object sender, |
Method to dispatch HotKeys and act accordingly. It catches any KeyDown events coming from any control inside MainFrm and from MainFrm itself.
|
|
scenePanel_MouseDown ( object sender, System e ) : void |
Method to dispatch the MouseDown event from the ScenePanel and forward it to the current ViewCommand. It is responsible for capturing the mouse.
|
|
scenePanel_MouseMove ( object sender, System e ) : void |
Method to dispatch the MouseMove event from the ScenePanel and forward it to the current ViewCommand. It is responsible of updating the current view if necessary and of setting the new tracking point for the active TrackingService.
|
|
scenePanel_MouseUp ( object sender, System e ) : void |
Method to dispatch the MouseUp event from the ScenePanel and forward it to the current ViewCommand. This method is responsible for releasing mouse capture, ending view commands and updating views accordingly.
|
|
scenePanel_MouseWheel ( object sender, System e ) : void |
Method to dispatch the MouseWheel event from the ScenePanel.
|
|
spinteraction_ActiveViewChange ( object sender, GraphicViewManager e ) : void |
Method to dispatch active view change events. This occurs when another view is selected, the view gets resized, the layout changes, etc. It resets the Selection Command.
|
|
spinteraction_looseFocusAfterClick ( object sender, |
Method to act as a Scenepanel LooseFocus event (i.e. a gridView Click event). It resets the Selection Command.
|
public Execute ( string command ) : bool | ||
command | string | El nombre del comando a ejecutar |
리턴 | bool |
public ExecuteAsync ( string command ) : void | ||
command | string | The command to be asynchronously executed |
리턴 | void |