C# Class OfficialPlugins.GlueView.GlueViewPlugin

Inheritance: FlatRedBall.Glue.Plugins.EmbeddedPlugins.EmbeddedPlugin
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ConnectItemClick ( object sender, EventArgs e ) : void

Method Details

InitializeMenu() public méthode

public InitializeMenu ( MenuStrip menuStrip ) : void
menuStrip MenuStrip
Résultat void

ReactToFileChange() public méthode

public ReactToFileChange ( string fileName ) : void
fileName string
Résultat void

ReactToGluxLoad() public méthode

public ReactToGluxLoad ( FlatRedBall newGlux, string fileName ) : void
newGlux FlatRedBall
fileName string
Résultat void

ReactToGluxSave() public méthode

public ReactToGluxSave ( ) : void
Résultat void

ReactToGluxUnload() public méthode

public ReactToGluxUnload ( bool isExiting ) : void
isExiting bool
Résultat void

ReactToItemSelect() public méthode

public ReactToItemSelect ( TreeNode selectedTreeNode ) : void
selectedTreeNode TreeNode
Résultat void

ReactToNamedObjectChangedValue() public méthode

public ReactToNamedObjectChangedValue ( string changedMember, object oldValue ) : void
changedMember string
oldValue object
Résultat void

RefreshCurrentElement() public méthode

public RefreshCurrentElement ( ) : void
Résultat void

RefreshGlux() public méthode

public RefreshGlux ( ) : void
Résultat void

SendScript() public méthode

public SendScript ( string script ) : void
script string
Résultat void

ShutDown() public méthode

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

StartUp() public méthode

public StartUp ( ) : void
Résultat void