C# 클래스 PluginTestbed.StateChains.StateChainsPlugin

상속: ICodeGeneratorPlugin
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

Private Properties

프로퍼티 타입 설명
InitCodeGen void
TabClosedByUser void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitCodeGen ( ) : void
TabClosedByUser ( object sender ) : void

메소드 상세

CodeGenerationStart() 공개 메소드

public CodeGenerationStart ( IElement element ) : void
element IElement
리턴 void

InitializeTab() 공개 메소드

public InitializeTab ( TabControl tabControl ) : void
tabControl TabControl
리턴 void

ReactToItemSelect() 공개 메소드

public ReactToItemSelect ( TreeNode selectedTreeNode ) : void
selectedTreeNode TreeNode
리턴 void

ReactToStateNameChange() 공개 메소드

public ReactToStateNameChange ( IElement element, string oldName, string newName ) : void
element IElement
oldName string
newName string
리턴 void

ReactToStateRemoved() 공개 메소드

public ReactToStateRemoved ( IElement element, string stateName ) : void
element IElement
stateName string
리턴 void

ShutDown() 공개 메소드

public ShutDown ( PluginShutDownReason shutDownReason ) : bool
shutDownReason PluginShutDownReason
리턴 bool

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void

StateChainsPlugin() 공개 메소드

public StateChainsPlugin ( ) : System
리턴 System