C# Class PluginTestbed.PluginClass

Inheritance: IGluxLoad
Afficher le fichier Open project: vchelaru/FlatRedBall

Private Properties

Свойство Type Description

Méthodes publiques

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

public ReactToGluxLoad ( GlueProjectSave newGlux, string fileName ) : void
newGlux FlatRedBall.Glue.SaveClasses.GlueProjectSave
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

ReactToNewFile() public méthode

public ReactToNewFile ( ReferencedFileSave newFile ) : void
newFile FlatRedBall.Glue.SaveClasses.ReferencedFileSave
Résultat void

ReactToNewObject() public méthode

public ReactToNewObject ( NamedObjectSave newNamedObject ) : void
newNamedObject FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat void

ReactToRightClick() public méthode

public ReactToRightClick ( System.Windows.Forms.PropertyGrid rightClickedPropertyGrid, ContextMenu menuToModify ) : void
rightClickedPropertyGrid System.Windows.Forms.PropertyGrid
menuToModify System.Windows.Forms.ContextMenu
Résultat void

RefreshGlux() public méthode

public RefreshGlux ( ) : void
Résultat void

ShutDown() public méthode

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

StartUp() public méthode

public StartUp ( ) : void
Résultat void