C# Class StonehearthEditor.ImageFileData

Inheritance: FileData
Afficher le fichier Open project: stonehearth/stonehearth-editor Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
LoadInternal ( ) : void

Method Details

AddLinkingJsonFile() public méthode

public AddLinkingJsonFile ( JsonFileData file ) : void
file JsonFileData
Résultat void

Clone() public méthode

public Clone ( string newPath, CloneObjectParameters parameters, HashSet alreadyCloned, bool execute ) : bool
newPath string
parameters CloneObjectParameters
alreadyCloned HashSet
execute bool
Résultat bool

ImageFileData() public méthode

public ImageFileData ( string path ) : System.Collections.Generic
path string
Résultat System.Collections.Generic

Load() public méthode

public Load ( ) : void
Résultat void

LoadInternal() protected méthode

protected LoadInternal ( ) : void
Résultat void

UpdateTreeNode() public méthode

public UpdateTreeNode ( TreeNode node, string filter ) : bool
node System.Windows.Forms.TreeNode
filter string
Résultat bool