C# Class Mojo.NullTool

Inheritance: ITool
Afficher le fichier Open project: Rhoana/Mojo

Méthodes publiques

Méthode Description
MoveZ ( ) : void
OnKeyDown ( System keyEventArgs, int width, int height ) : void
OnKeyUp ( System keyEventArgs, int width, int height ) : void
OnManipulationDelta ( System manipulationEventArgs, int width, int height ) : void
OnMouseClick ( System mouseEventArgs, int width, int height ) : void
OnMouseDoubleClick ( System mouseEventArgs, int width, int height ) : void
OnMouseDown ( System mouseEventArgs, int width, int height ) : void
OnMouseMove ( System mouseEventArgs, int width, int height ) : void
OnMouseUp ( System mouseEventArgs, int width, int height ) : void
OnMouseWheel ( System mouseEventArgs, int width, int height ) : void
Select ( ) : void
SelectSegment ( uint segmentId ) : void
SetSize ( int oldWidth, int oldHeight, int newWidth, int newHeight ) : void

Method Details

MoveZ() public méthode

public MoveZ ( ) : void
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
Résultat void

OnManipulationDelta() public méthode

public OnManipulationDelta ( System manipulationEventArgs, int width, int height ) : void
manipulationEventArgs System
width int
height int
Résultat void

OnMouseClick() public méthode

public OnMouseClick ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

OnMouseDoubleClick() public méthode

public OnMouseDoubleClick ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

OnMouseWheel() public méthode

public OnMouseWheel ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

SelectSegment() public méthode

public SelectSegment ( uint segmentId ) : void
segmentId uint
Résultat void

SetSize() public méthode

public SetSize ( int oldWidth, int oldHeight, int newWidth, int newHeight ) : void
oldWidth int
oldHeight int
newWidth int
newHeight int
Résultat void