C# Class Mojo.ToolBase

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

Protected Properties

Свойство Type Description
mCurrentlyHandlingMouseOver bool
mCurrentlyPanning bool

Méthodes publiques

Méthode Description
MoveZ ( ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs keyEventArgs, int width, int height ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs 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
ToolBase ( TileManager tileImageManager, Engine engine ) : System

Method Details

MoveZ() public méthode

public MoveZ ( ) : void
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( System.Windows.Input.KeyEventArgs keyEventArgs, int width, int height ) : void
keyEventArgs System.Windows.Input.KeyEventArgs
width int
height int
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( System.Windows.Input.KeyEventArgs keyEventArgs, int width, int height ) : void
keyEventArgs System.Windows.Input.KeyEventArgs
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

ToolBase() public méthode

public ToolBase ( TileManager tileImageManager, Engine engine ) : System
tileImageManager TileManager
engine Engine
Résultat System

Property Details

mCurrentlyHandlingMouseOver protected_oe property

protected bool mCurrentlyHandlingMouseOver
Résultat bool

mCurrentlyPanning protected_oe property

protected bool mCurrentlyPanning
Résultat bool