C# Class FlatRedBall.Glue.Managers.FindManager

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ContentPathFor ( IElement element ) : string
CustomVariableTreeNode ( CustomVariable variable ) : TreeNode
ElementTreeNode ( IElement element ) : BaseElementTreeNode
EntityTreeNode ( EntitySave entitySave ) : EntityTreeNode
EntityTreeNode ( string entityFileName ) : EntityTreeNode
EventResponseTreeNode ( EventResponseSave eventResponse ) : TreeNode
GlobalContentFilesTreeNode ( ) : TreeNode
NamedObjectTreeNode ( NamedObjectSave namedObjectSave ) : TreeNode
ReferencedFileSaveTreeNode ( ReferencedFileSave referencedFileSave ) : TreeNode
ScreenTreeNode ( ScreenSave screenSave ) : ScreenTreeNode
ScreenTreeNode ( string screenFileName ) : ScreenTreeNode
StateCategoryTreeNode ( StateSaveCategory category ) : TreeNode
StateTreeNode ( StateSave stateSave ) : TreeNode
TreeNodeByDirectory ( string containingDirection, TreeNode containingNode ) : TreeNode
TreeNodeByTagIn ( object tag, TreeNodeCollection treeNodeCollection ) : TreeNode
TreeNodeForDirectory ( string containingDirectory ) : TreeNode
TreeNodeForDirectoryOrEntityNode ( string containingDirection, TreeNode containingNode ) : TreeNode

Private Methods

Method Description
FindCustomVariableInEntities ( CustomVariable variable, TreeNodeCollection nodeCollection ) : TreeNode
FindEventResponseSaveInEntities ( EventResponseSave eventResponse, TreeNodeCollection nodeCollection ) : TreeNode

Method Details

ContentPathFor() public method

public ContentPathFor ( IElement element ) : string
element IElement
return string

CustomVariableTreeNode() public method

public CustomVariableTreeNode ( CustomVariable variable ) : TreeNode
variable FlatRedBall.Glue.SaveClasses.CustomVariable
return System.Windows.Forms.TreeNode

ElementTreeNode() public method

public ElementTreeNode ( IElement element ) : BaseElementTreeNode
element IElement
return FlatRedBall.Glue.Controls.BaseElementTreeNode

EntityTreeNode() public method

public EntityTreeNode ( EntitySave entitySave ) : EntityTreeNode
entitySave FlatRedBall.Glue.SaveClasses.EntitySave
return EntityTreeNode

EntityTreeNode() public method

public EntityTreeNode ( string entityFileName ) : EntityTreeNode
entityFileName string
return EntityTreeNode

EventResponseTreeNode() public method

public EventResponseTreeNode ( EventResponseSave eventResponse ) : TreeNode
eventResponse FlatRedBall.Glue.Events.EventResponseSave
return System.Windows.Forms.TreeNode

GlobalContentFilesTreeNode() public method

public GlobalContentFilesTreeNode ( ) : TreeNode
return System.Windows.Forms.TreeNode

NamedObjectTreeNode() public method

public NamedObjectTreeNode ( NamedObjectSave namedObjectSave ) : TreeNode
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
return System.Windows.Forms.TreeNode

ReferencedFileSaveTreeNode() public method

public ReferencedFileSaveTreeNode ( ReferencedFileSave referencedFileSave ) : TreeNode
referencedFileSave FlatRedBall.Glue.SaveClasses.ReferencedFileSave
return System.Windows.Forms.TreeNode

ScreenTreeNode() public method

public ScreenTreeNode ( ScreenSave screenSave ) : ScreenTreeNode
screenSave FlatRedBall.Glue.SaveClasses.ScreenSave
return ScreenTreeNode

ScreenTreeNode() public method

public ScreenTreeNode ( string screenFileName ) : ScreenTreeNode
screenFileName string
return ScreenTreeNode

StateCategoryTreeNode() public method

public StateCategoryTreeNode ( StateSaveCategory category ) : TreeNode
category FlatRedBall.Glue.SaveClasses.StateSaveCategory
return System.Windows.Forms.TreeNode

StateTreeNode() public method

public StateTreeNode ( StateSave stateSave ) : TreeNode
stateSave FlatRedBall.Glue.SaveClasses.StateSave
return System.Windows.Forms.TreeNode

TreeNodeByDirectory() public method

public TreeNodeByDirectory ( string containingDirection, TreeNode containingNode ) : TreeNode
containingDirection string
containingNode System.Windows.Forms.TreeNode
return System.Windows.Forms.TreeNode

TreeNodeByTagIn() public method

public TreeNodeByTagIn ( object tag, TreeNodeCollection treeNodeCollection ) : TreeNode
tag object
treeNodeCollection System.Windows.Forms.TreeNodeCollection
return System.Windows.Forms.TreeNode

TreeNodeForDirectory() public method

public TreeNodeForDirectory ( string containingDirectory ) : TreeNode
containingDirectory string
return System.Windows.Forms.TreeNode

TreeNodeForDirectoryOrEntityNode() public method

public TreeNodeForDirectoryOrEntityNode ( string containingDirection, TreeNode containingNode ) : TreeNode
containingDirection string
containingNode System.Windows.Forms.TreeNode
return System.Windows.Forms.TreeNode