C# Class SharpEditor.AssetBrowser

Afficher le fichier Open project: bcsanches/phobos3d

Méthodes publiques

Méthode Description
AssetBrowser ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
AddAsset ( Assets asset ) : void
CategoryManager_CategoryAdded ( object sender, Assets e ) : void
GetSelectedCategory ( ) : Category
InitializeComponent ( ) : void

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

Manager_AssetAdded ( object sender, Assets e ) : void
ParentForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
cbCategories_SelectedIndexChanged ( object sender, EventArgs e ) : void
lvAssets_DoubleClick ( object sender, EventArgs e ) : void
tbSearch_TextChanged ( object sender, EventArgs e ) : void

Method Details

AssetBrowser() public méthode

public AssetBrowser ( ) : System
Résultat System

Dispose() protected méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void