C# Class OfficialPlugins.GlueView.GlueViewPlugin

Inheritance: FlatRedBall.Glue.Plugins.EmbeddedPlugins.EmbeddedPlugin
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
InitializeMenu ( MenuStrip menuStrip ) : void
ReactToFileChange ( string fileName ) : void
ReactToGluxLoad ( FlatRedBall newGlux, string fileName ) : void
ReactToGluxSave ( ) : void
ReactToGluxUnload ( bool isExiting ) : void
ReactToItemSelect ( TreeNode selectedTreeNode ) : void
ReactToNamedObjectChangedValue ( string changedMember, object oldValue ) : void
RefreshCurrentElement ( ) : void
RefreshGlux ( ) : void
SendScript ( string script ) : void
ShutDown ( PluginShutDownReason shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Method Description
ConnectItemClick ( object sender, EventArgs e ) : void

Method Details

InitializeMenu() public method

public InitializeMenu ( MenuStrip menuStrip ) : void
menuStrip MenuStrip
return void

ReactToFileChange() public method

public ReactToFileChange ( string fileName ) : void
fileName string
return void

ReactToGluxLoad() public method

public ReactToGluxLoad ( FlatRedBall newGlux, string fileName ) : void
newGlux FlatRedBall
fileName string
return void

ReactToGluxSave() public method

public ReactToGluxSave ( ) : void
return void

ReactToGluxUnload() public method

public ReactToGluxUnload ( bool isExiting ) : void
isExiting bool
return void

ReactToItemSelect() public method

public ReactToItemSelect ( TreeNode selectedTreeNode ) : void
selectedTreeNode TreeNode
return void

ReactToNamedObjectChangedValue() public method

public ReactToNamedObjectChangedValue ( string changedMember, object oldValue ) : void
changedMember string
oldValue object
return void

RefreshCurrentElement() public method

public RefreshCurrentElement ( ) : void
return void

RefreshGlux() public method

public RefreshGlux ( ) : void
return void

SendScript() public method

public SendScript ( string script ) : void
script string
return void

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void