C# Class Glare.Assets.Controls.FolderAssetBrowser

Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
Resource Asset

Public Methods

Method Description
FolderAssetBrowser ( Asset resource, Action progressUpdateCallback = null ) : System

Initialise the browser.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Add ( Asset resource, TreeNodeCollection nodes, Action progressUpdateCallback, double percentOffset, double percentPart ) : void
AdjustSplitter ( ) : void
FillTree ( Action progressUpdateCallback = null ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnSelected ( object sender, TreeViewEventArgs e ) : void
OnSplitterDoubleClicked ( object sender, EventArgs e ) : void
RightmostBound ( TreeNodeCollection nodes ) : int

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FolderAssetBrowser() public method

Initialise the browser.
public FolderAssetBrowser ( Asset resource, Action progressUpdateCallback = null ) : System
resource Asset
progressUpdateCallback Action
return System

Property Details

Resource public property

Get the asset this views.
public Asset Resource
return Asset