C# Class AnimationEditorPlugin.AnimationEditorPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
显示文件 Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
HandleAnimationChainChange void
HandleChangedProperty void
HandleFileChange void
HandleForceSaveAll void
HandleGluxLoad void
HandleIfAchx void
HandleIfSprite void
HandleInitializeTab void
HandleItemSelect void
HandleRegionChanged void
HandleSaveClick void
HandleSelectItemInCurrentFile void
OnClosedByUser void

Public Methods

Method Description
AnimationEditorPlugin ( ) : System
ShutDown ( PluginShutDownReason reason ) : bool
StartUp ( ) : void

Private Methods

Method Description
HandleAnimationChainChange ( object sender, EventArgs e ) : void
HandleChangedProperty ( string changedMember, object oldValue ) : void
HandleFileChange ( string fileName ) : void
HandleForceSaveAll ( object sender, EventArgs e ) : void
HandleGluxLoad ( ) : void
HandleIfAchx ( TreeNode selectedTreeNode ) : void
HandleIfSprite ( TreeNode selectedTreeNode ) : void
HandleInitializeTab ( TabControl tabControl ) : void
HandleItemSelect ( TreeNode selectedTreeNode ) : void
HandleRegionChanged ( ) : void
HandleSaveClick ( object sender, EventArgs e ) : void
HandleSelectItemInCurrentFile ( string objectName ) : void
OnClosedByUser ( object sender ) : void

Method Details

AnimationEditorPlugin() public method

public AnimationEditorPlugin ( ) : System
return System

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void