C# 클래스 Duality.Editor.Plugins.ProjectView.ProjectFolderView.ResourceNode

상속: NodeBase
파일 보기 프로젝트 열기: BraveSirAndrew/duality

공개 메소드들

메소드 설명
ApplyNameToPath ( string &conflictingPath ) : bool
GetNameFromPath ( string path ) : string
GetTypeImage ( Type type, IContentRef resLink = null ) : Image
ResourceNode ( IContentRef res ) : System
ResourceNode ( string path ) : System
UpdateImage ( ) : void

보호된 메소드들

메소드 설명
OnFirstVisible ( ) : void
OnNodePathChanged ( string oldPath ) : void

메소드 상세

ApplyNameToPath() 공개 메소드

public ApplyNameToPath ( string &conflictingPath ) : bool
conflictingPath string
리턴 bool

GetNameFromPath() 공개 메소드

public GetNameFromPath ( string path ) : string
path string
리턴 string

GetTypeImage() 공개 정적인 메소드

public static GetTypeImage ( Type type, IContentRef resLink = null ) : Image
type System.Type
resLink IContentRef
리턴 Image

OnFirstVisible() 보호된 메소드

protected OnFirstVisible ( ) : void
리턴 void

OnNodePathChanged() 보호된 메소드

protected OnNodePathChanged ( string oldPath ) : void
oldPath string
리턴 void

ResourceNode() 공개 메소드

public ResourceNode ( IContentRef res ) : System
res IContentRef
리턴 System

ResourceNode() 공개 메소드

public ResourceNode ( string path ) : System
path string
리턴 System

UpdateImage() 공개 메소드

public UpdateImage ( ) : void
리턴 void