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

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

Méthodes publiques

Méthode Description
ApplyNameToPath ( ) : bool
ApplyNameToPath ( string &conflictingPath ) : bool
ApplyPathToName ( ) : void
GetNameFromPath ( string path ) : string
GetNodePathId ( string nodePath ) : string
NotifyVisible ( ) : void

Méthodes protégées

Méthode Description
NodeBase ( string path, string name, bool readOnly = false ) : System
OnFirstVisible ( ) : void
OnNodePathChanged ( string oldPath ) : void

Method Details

ApplyNameToPath() public méthode

public ApplyNameToPath ( ) : bool
Résultat bool

ApplyNameToPath() public méthode

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

ApplyPathToName() public méthode

public ApplyPathToName ( ) : void
Résultat void

GetNameFromPath() public méthode

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

GetNodePathId() public static méthode

public static GetNodePathId ( string nodePath ) : string
nodePath string
Résultat string

NodeBase() protected méthode

protected NodeBase ( string path, string name, bool readOnly = false ) : System
path string
name string
readOnly bool
Résultat System

NotifyVisible() public méthode

public NotifyVisible ( ) : void
Résultat void

OnFirstVisible() protected méthode

protected OnFirstVisible ( ) : void
Résultat void

OnNodePathChanged() protected méthode

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