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

Inheritance: NodeBase
Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnNodePathChanged ( string oldPath ) : void

Method Details

ApplyNameToPath() public méthode

public ApplyNameToPath ( string &conflictingPath ) : bool
conflictingPath string
Résultat bool

DirectoryNode() public méthode

public DirectoryNode ( string path, bool readOnly = false ) : System
path string
readOnly bool
Résultat System

GetNameFromPath() public méthode

public GetNameFromPath ( string path ) : string
path string
Résultat string

OnNodePathChanged() protected méthode

protected OnNodePathChanged ( string oldPath ) : void
oldPath string
Résultat void