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

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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnFirstVisible ( ) : void
OnNodePathChanged ( string oldPath ) : void

Method Details

ApplyNameToPath() public méthode

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

GetNameFromPath() public méthode

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

GetTypeImage() public static méthode

public static GetTypeImage ( Type type, IContentRef resLink = null ) : Image
type System.Type
resLink IContentRef
Résultat Image

OnFirstVisible() protected méthode

protected OnFirstVisible ( ) : void
Résultat void

OnNodePathChanged() protected méthode

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

ResourceNode() public méthode

public ResourceNode ( IContentRef res ) : System
res IContentRef
Résultat System

ResourceNode() public méthode

public ResourceNode ( string path ) : System
path string
Résultat System

UpdateImage() public méthode

public UpdateImage ( ) : void
Résultat void