C# Class MeshExplorer.Views.AboutView

Inheritance: System.Windows.Forms.UserControl, IView
Show file Open project: RegrowthStudios/VoxelRTS

Public Methods

Method Description
AboutView ( ) : System
HandleMeshChange ( Mesh mesh ) : void
HandleMeshImport ( InputGeometry geometry, Mesh mesh ) : void
HandleMeshUpdate ( Mesh mesh ) : void
HandleNewInput ( InputGeometry geometry ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

lbCodeplex_Clicked ( object sender, EventArgs e ) : void

Method Details

AboutView() public method

public AboutView ( ) : System
return System

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

HandleMeshChange() public method

public HandleMeshChange ( Mesh mesh ) : void
mesh TriangleNet.Mesh
return void

HandleMeshImport() public method

public HandleMeshImport ( InputGeometry geometry, Mesh mesh ) : void
geometry TriangleNet.Geometry.InputGeometry
mesh TriangleNet.Mesh
return void

HandleMeshUpdate() public method

public HandleMeshUpdate ( Mesh mesh ) : void
mesh TriangleNet.Mesh
return void

HandleNewInput() public method

public HandleNewInput ( InputGeometry geometry ) : void
geometry TriangleNet.Geometry.InputGeometry
return void