Property | Type | Description | |
---|---|---|---|
InitCodeGen | void | ||
TabClosedByUser | void |
Method | 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 |
Method | Description | |
---|---|---|
InitCodeGen ( ) : void | ||
TabClosedByUser ( object sender ) : void |
public CodeGenerationStart ( IElement element ) : void | ||
element | IElement | |
return | void |
public InitializeTab ( TabControl tabControl ) : void | ||
tabControl | TabControl | |
return | void |
public ReactToItemSelect ( TreeNode selectedTreeNode ) : void | ||
selectedTreeNode | TreeNode | |
return | void |
public ReactToStateNameChange ( IElement element, string oldName, string newName ) : void | ||
element | IElement | |
oldName | string | |
newName | string | |
return | void |
public ReactToStateRemoved ( IElement element, string stateName ) : void | ||
element | IElement | |
stateName | string | |
return | void |
public ShutDown ( PluginShutDownReason shutDownReason ) : bool | ||
shutDownReason | PluginShutDownReason | |
return | bool |