C# Class MSA.Plugins.SketchPlugin.SketchPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Свойство Type Description
SketchService csCommon.Types.DataServer.PoI.SaveService

Méthodes publiques

Méthode Description
CreateService ( ) : SaveService
Init ( ) : void
Pause ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
DisableSelections ( ) : void
MyDrawObjectDrawComplete ( object sender, DrawEventArgs e ) : void
MyDrawObject_DrawBegin ( object sender, EventArgs e ) : void
UpdateMenu ( ) : void
circularMenuItem_Selected ( object sender, MenuItemEventArgs e ) : void

Method Details

CreateService() public méthode

public CreateService ( ) : SaveService
Résultat csCommon.Types.DataServer.PoI.SaveService

Init() public méthode

public Init ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

SketchService public_oe property

public SaveService,csCommon.Types.DataServer.PoI SketchService
Résultat csCommon.Types.DataServer.PoI.SaveService