C# Class PluginTestbed.PluginClass

Inheritance: IGluxLoad
显示文件 Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description

Public Methods

Method Description
ReactToGluxLoad ( GlueProjectSave newGlux, string fileName ) : void
ReactToGluxSave ( ) : void
ReactToGluxUnload ( bool isExiting ) : void
ReactToNewFile ( ReferencedFileSave newFile ) : void
ReactToNewObject ( NamedObjectSave newNamedObject ) : void
ReactToRightClick ( System.Windows.Forms.PropertyGrid rightClickedPropertyGrid, ContextMenu menuToModify ) : void
RefreshGlux ( ) : void
ShutDown ( PluginShutDownReason reason ) : bool
StartUp ( ) : void

Method Details

ReactToGluxLoad() public method

public ReactToGluxLoad ( GlueProjectSave newGlux, string fileName ) : void
newGlux FlatRedBall.Glue.SaveClasses.GlueProjectSave
fileName string
return void

ReactToGluxSave() public method

public ReactToGluxSave ( ) : void
return void

ReactToGluxUnload() public method

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

ReactToNewFile() public method

public ReactToNewFile ( ReferencedFileSave newFile ) : void
newFile FlatRedBall.Glue.SaveClasses.ReferencedFileSave
return void

ReactToNewObject() public method

public ReactToNewObject ( NamedObjectSave newNamedObject ) : void
newNamedObject FlatRedBall.Glue.SaveClasses.NamedObjectSave
return void

ReactToRightClick() public method

public ReactToRightClick ( System.Windows.Forms.PropertyGrid rightClickedPropertyGrid, ContextMenu menuToModify ) : void
rightClickedPropertyGrid System.Windows.Forms.PropertyGrid
menuToModify System.Windows.Forms.ContextMenu
return void

RefreshGlux() public method

public RefreshGlux ( ) : void
return void

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void