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

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

공개 메소드들

메소드 설명
ApplyNameToPath ( string &conflictingPath ) : bool
DirectoryNode ( string path, bool readOnly = false ) : System
GetNameFromPath ( string path ) : string

보호된 메소드들

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

메소드 상세

ApplyNameToPath() 공개 메소드

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

DirectoryNode() 공개 메소드

public DirectoryNode ( string path, bool readOnly = false ) : System
path string
readOnly bool
리턴 System

GetNameFromPath() 공개 메소드

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

OnNodePathChanged() 보호된 메소드

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