C# Class SpaceClaim.AddIn.Utilities.ApiGrooveTool

Inheritance: Tool
Afficher le fichier Open project: bcourter/SpaceClaim-AddIns

Méthodes publiques

Méthode Description
ApiGrooveTool ( ) : System

Méthodes protégées

Méthode Description
AdjustSelection ( IDocObject docObject ) : IDocObject
OnClickStart ( Point cursorPos, Line cursorRay ) : bool
OnEnable ( bool enable ) : void
OnInitialize ( ) : void
OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool

Private Methods

Méthode Description
Reset ( ) : void
Window_PreselectionChanged ( object sender, EventArgs e ) : void
apiSizeCommand_TextChanged ( object sender, CommandTextChangedEventArgs e ) : void

Method Details

AdjustSelection() protected méthode

protected AdjustSelection ( IDocObject docObject ) : IDocObject
docObject IDocObject
Résultat IDocObject

ApiGrooveTool() public méthode

public ApiGrooveTool ( ) : System
Résultat System

OnClickStart() protected méthode

protected OnClickStart ( Point cursorPos, Line cursorRay ) : bool
cursorPos System.Drawing.Point
cursorRay Line
Résultat bool

OnEnable() protected méthode

protected OnEnable ( bool enable ) : void
enable bool
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( Point cursorPos, Line cursorRay, MouseButtons button ) : bool
cursorPos System.Drawing.Point
cursorRay Line
button MouseButtons
Résultat bool