C# 클래스 AtlasPlugin.MainPlugin

상속: FlatRedBall.Glue.Plugins.PluginBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
ShutDown ( PluginShutDownReason shutDownReason ) : bool
StartUp ( ) : void

비공개 메소드들

메소드 설명
CreateAtis ( ) : void
GetIfShouldShowTpsTab ( System selectedTreeNode ) : bool
HandleAddNewTps ( object sender, EventArgs e ) : void
HandleCanFileReferenceContent ( string fileName ) : bool
HandleFileChange ( string filename ) : void
HandleGetFilesReferencedBy ( string fileName, TopLevelOrRecursive depth, List referencedFiles ) : void
HandleGetTypeConverter ( IElement container, NamedObjectSave instance, TypedMemberBase member ) : TypeConverter
HandleItemSelected ( System selectedTreeNode ) : void
HandleWriteInstanceVariableAssignment ( NamedObjectSave instance, ICodeBlock code, InstructionSave variable ) : void

메소드 상세

ShutDown() 공개 메소드

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

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void