C# Class PluginTestbed.StateChains.StateChainsPlugin

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

Private Properties

Свойство Type Description
InitCodeGen void
TabClosedByUser void

Méthodes publiques

Méthode Description
CodeGenerationStart ( IElement element ) : void
InitializeTab ( TabControl tabControl ) : void
ReactToItemSelect ( TreeNode selectedTreeNode ) : void
ReactToStateNameChange ( IElement element, string oldName, string newName ) : void
ReactToStateRemoved ( IElement element, string stateName ) : void
ShutDown ( PluginShutDownReason shutDownReason ) : bool
StartUp ( ) : void
StateChainsPlugin ( ) : System

Private Methods

Méthode Description
InitCodeGen ( ) : void
TabClosedByUser ( object sender ) : void

Method Details

CodeGenerationStart() public méthode

public CodeGenerationStart ( IElement element ) : void
element IElement
Résultat void

InitializeTab() public méthode

public InitializeTab ( TabControl tabControl ) : void
tabControl TabControl
Résultat void

ReactToItemSelect() public méthode

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

ReactToStateNameChange() public méthode

public ReactToStateNameChange ( IElement element, string oldName, string newName ) : void
element IElement
oldName string
newName string
Résultat void

ReactToStateRemoved() public méthode

public ReactToStateRemoved ( IElement element, string stateName ) : void
element IElement
stateName 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

StateChainsPlugin() public méthode

public StateChainsPlugin ( ) : System
Résultat System