C# Class AtlasPlugin.MainPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

Method Description
ShutDown ( PluginShutDownReason shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Method Description
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

Method Details

ShutDown() public method

public ShutDown ( PluginShutDownReason shutDownReason ) : bool
shutDownReason PluginShutDownReason
return bool

StartUp() public method

public StartUp ( ) : void
return void