C# Class StonehearthEditor.ImageFileData

Inheritance: FileData
Exibir arquivo Open project: stonehearth/stonehearth-editor Class Usage Examples

Public Methods

Method Description
AddLinkingJsonFile ( JsonFileData file ) : void
Clone ( string newPath, CloneObjectParameters parameters, HashSet alreadyCloned, bool execute ) : bool
ImageFileData ( string path ) : System.Collections.Generic
Load ( ) : void
UpdateTreeNode ( TreeNode node, string filter ) : bool

Protected Methods

Method Description
LoadInternal ( ) : void

Method Details

AddLinkingJsonFile() public method

public AddLinkingJsonFile ( JsonFileData file ) : void
file JsonFileData
return void

Clone() public method

public Clone ( string newPath, CloneObjectParameters parameters, HashSet alreadyCloned, bool execute ) : bool
newPath string
parameters CloneObjectParameters
alreadyCloned HashSet
execute bool
return bool

ImageFileData() public method

public ImageFileData ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic

Load() public method

public Load ( ) : void
return void

LoadInternal() protected method

protected LoadInternal ( ) : void
return void

UpdateTreeNode() public method

public UpdateTreeNode ( TreeNode node, string filter ) : bool
node System.Windows.Forms.TreeNode
filter string
return bool