C# Class FlatRedBall.AnimationEditorForms.TreeViewManager

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AddChainClick ( object sender, EventArgs args ) : void
AddFrameClick ( object sender, EventArgs args ) : void
AfterTreeItemSelect ( ) : void
GetTreeNodeFor ( AnimationChainSave acs ) : TreeNode
GetTreeNodeFor ( AnimationFrameSave afs ) : TreeNode
HandleRightClick ( ) : void
Initialize ( TreeView treeView ) : void
RefreshTreeNode ( AnimationChainSave animationChain ) : void
RefreshTreeNode ( AnimationFrameSave animationFrame ) : void
RefreshTreeView ( ) : void

Private Methods

Method Description
AdjustFrameTimeClick ( object sender, EventArgs args ) : void
AdjustOffsetsClick ( object sender, EventArgs e ) : void
CallAnimationChainsChange ( ) : void
CopyClick ( object sender, EventArgs args ) : void
DeleteAnimationChainClick ( object sender, EventArgs args ) : void
DeleteAnimationFrameClick ( object sender, EventArgs args ) : void
DragDropFile ( object sender, DragEventArgs e ) : void
DragOver ( object sender, DragEventArgs e ) : void
FlipAnimationChainHorizontally ( object sender, EventArgs e ) : void
FlipAnimationChainVertically ( object sender, EventArgs e ) : void
GetTreeNodeByTag ( object tag, TreeNodeCollection treeNodeCollection ) : TreeNode
GetWhyNameIsntValid ( string animationChainName ) : string
GoToNextFrame ( ) : void
GoToPreviousFrame ( ) : void
HandleDrop ( TreeNode movedNode, TreeNode targetNode ) : void
HandleDrop ( object sender, DragEventArgs e ) : void
HandleDroppedAchxFile ( string fileName ) : void
HandleKeyDown ( KeyEventArgs e ) : void
HandleKeyPress ( KeyPressEventArgs e ) : void
InitializeRightClick ( ) : void
ItemDrag ( object sender, ItemDragEventArgs e ) : void
PasteClick ( object sender, EventArgs args ) : void
SortAnimationsAlphabetically ( object sender, EventArgs e ) : void
ViewTextureInExplorer ( object sender, EventArgs args ) : void
WithoutEnvokeRefreshTreeNode ( TreeNode treeNode, AnimationChainSave animationChain ) : void

Method Details

AddChainClick() public method

public AddChainClick ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

AddFrameClick() public method

public AddFrameClick ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

AfterTreeItemSelect() public method

public AfterTreeItemSelect ( ) : void
return void

GetTreeNodeFor() public method

public GetTreeNodeFor ( AnimationChainSave acs ) : TreeNode
acs AnimationChainSave
return System.Windows.Forms.TreeNode

GetTreeNodeFor() public method

public GetTreeNodeFor ( AnimationFrameSave afs ) : TreeNode
afs FlatRedBall.Content.AnimationChain.AnimationFrameSave
return System.Windows.Forms.TreeNode

HandleRightClick() public method

public HandleRightClick ( ) : void
return void

Initialize() public method

public Initialize ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
return void

RefreshTreeNode() public method

public RefreshTreeNode ( AnimationChainSave animationChain ) : void
animationChain AnimationChainSave
return void

RefreshTreeNode() public method

public RefreshTreeNode ( AnimationFrameSave animationFrame ) : void
animationFrame FlatRedBall.Content.AnimationChain.AnimationFrameSave
return void

RefreshTreeView() public method

public RefreshTreeView ( ) : void
return void