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

Inheritance: NodeBase
Exibir arquivo Open project: BraveSirAndrew/duality

Public Methods

Method 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

Protected Methods

Method Description
OnFirstVisible ( ) : void
OnNodePathChanged ( string oldPath ) : void

Method Details

ApplyNameToPath() public method

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

GetNameFromPath() public method

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

GetTypeImage() public static method

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

OnFirstVisible() protected method

protected OnFirstVisible ( ) : void
return void

OnNodePathChanged() protected method

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

ResourceNode() public method

public ResourceNode ( IContentRef res ) : System
res IContentRef
return System

ResourceNode() public method

public ResourceNode ( string path ) : System
path string
return System

UpdateImage() public method

public UpdateImage ( ) : void
return void