C# Class PluginProject.ParticleEditorPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Afficher le fichier Open project: vchelaru/FlatRedBall

Private Properties

Свойство Type Description
HandleEmitAllClick void
HandleEmitCurrentClick void
HandleFileChange void
HandleInitializeTab void
HandleItemSelect void
HandleSelectItemInCurrentFile void
HandleValueChanged void
OnClosedByUser void

Méthodes publiques

Méthode Description
ShutDown ( PluginShutDownReason reason ) : bool
StartUp ( ) : void

Private Methods

Méthode Description
HandleEmitAllClick ( object sender, EventArgs e ) : void
HandleEmitCurrentClick ( object sender, EventArgs e ) : void
HandleFileChange ( string fileName ) : void
HandleInitializeTab ( TabControl tabControl ) : void
HandleItemSelect ( TreeNode selectedTreeNode ) : void
HandleSelectItemInCurrentFile ( string objectName ) : void
HandleValueChanged ( object sender, EventArgs e ) : void
OnClosedByUser ( object sender ) : void

Method Details

ShutDown() public méthode

public ShutDown ( PluginShutDownReason reason ) : bool
reason PluginShutDownReason
Résultat bool

StartUp() public méthode

public StartUp ( ) : void
Résultat void