C# Class Editor.Source_Files.Views.EntityListView

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Exibir arquivo Open project: LauriM/PropellerEngine Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

EntityListView() public method

public EntityListView ( MainViewBase r ) : System
r MainViewBase
return System

addEntity() public method

public addEntity ( uint id, String name ) : void
id uint
name String
return void

entityListClear() public method

public entityListClear ( ) : void
return void

entityListViewRenameEntity() public method

public entityListViewRenameEntity ( uint entityId, String name ) : void
entityId uint
name String
return void

removeEntity() public method

public removeEntity ( uint id ) : void
id uint
return void