C# 클래스 StonehearthEditor.ImageFileData

상속: FileData
파일 보기 프로젝트 열기: stonehearth/stonehearth-editor 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
LoadInternal ( ) : void

메소드 상세

AddLinkingJsonFile() 공개 메소드

public AddLinkingJsonFile ( JsonFileData file ) : void
file JsonFileData
리턴 void

Clone() 공개 메소드

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

ImageFileData() 공개 메소드

public ImageFileData ( string path ) : System.Collections.Generic
path string
리턴 System.Collections.Generic

Load() 공개 메소드

public Load ( ) : void
리턴 void

LoadInternal() 보호된 메소드

protected LoadInternal ( ) : void
리턴 void

UpdateTreeNode() 공개 메소드

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