C# Class Duality.Editor.Plugins.ProjectView.ProjectFolderView.DirectoryNode

Inheritance: NodeBase
ファイルを表示 Open project: BraveSirAndrew/duality

Public Methods

Method Description
ApplyNameToPath ( string &conflictingPath ) : bool
DirectoryNode ( string path, bool readOnly = false ) : System
GetNameFromPath ( string path ) : string

Protected Methods

Method Description
OnNodePathChanged ( string oldPath ) : void

Method Details

ApplyNameToPath() public method

public ApplyNameToPath ( string &conflictingPath ) : bool
conflictingPath string
return bool

DirectoryNode() public method

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

GetNameFromPath() public method

public GetNameFromPath ( string path ) : string
path string
return string

OnNodePathChanged() protected method

protected OnNodePathChanged ( string oldPath ) : void
oldPath string
return void