C# 클래스 PluginTestbed.PluginClass

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

ReactToGluxLoad() 공개 메소드

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

ReactToGluxSave() 공개 메소드

public ReactToGluxSave ( ) : void
리턴 void

ReactToGluxUnload() 공개 메소드

public ReactToGluxUnload ( bool isExiting ) : void
isExiting bool
리턴 void

ReactToNewFile() 공개 메소드

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

ReactToNewObject() 공개 메소드

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

ReactToRightClick() 공개 메소드

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

RefreshGlux() 공개 메소드

public RefreshGlux ( ) : void
리턴 void

ShutDown() 공개 메소드

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

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void