C# Class PluginProject.ParticleEditorPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Mostra file Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
HandleEmitAllClick void
HandleEmitCurrentClick void
HandleFileChange void
HandleInitializeTab void
HandleItemSelect void
HandleSelectItemInCurrentFile void
HandleValueChanged void
OnClosedByUser void

Public Methods

Method Description
ShutDown ( PluginShutDownReason reason ) : bool
StartUp ( ) : void

Private Methods

Method 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 method

public ShutDown ( PluginShutDownReason reason ) : bool
reason PluginShutDownReason
return bool

StartUp() public method

public StartUp ( ) : void
return void