C# Class Editor.Source_Files.Views.EntityListView

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Afficher le fichier Open project: LauriM/PropellerEngine Class Usage Examples

Méthodes publiques

Méthode Description
EntityListView ( MainViewBase r ) : System
addEntity ( uint id, String name ) : void
entityListClear ( ) : void
entityListViewRenameEntity ( uint entityId, String name ) : void
removeEntity ( uint id ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EntityListView_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

treeView_DoubleClick ( object sender, EventArgs e ) : void
treeView_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

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

EntityListView() public méthode

public EntityListView ( MainViewBase r ) : System
r MainViewBase
Résultat System

addEntity() public méthode

public addEntity ( uint id, String name ) : void
id uint
name String
Résultat void

entityListClear() public méthode

public entityListClear ( ) : void
Résultat void

entityListViewRenameEntity() public méthode

public entityListViewRenameEntity ( uint entityId, String name ) : void
entityId uint
name String
Résultat void

removeEntity() public méthode

public removeEntity ( uint id ) : void
id uint
Résultat void