C# Class MeshExplorer.FormLog

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
AddItem ( string message, bool warning ) : void
FormLog ( ) : System
UpdateItems ( ) : void

Private Methods

Method Description
CreateListViewItem ( TriangleNet.Log.SimpleLogItem item ) : System.Windows.Forms.ListViewItem
FormLog_FormClosing ( object sender, FormClosingEventArgs e ) : void
GetRowText ( StringBuilder sb, object item ) : void
listLog_DoubleClick ( object sender, EventArgs e ) : void
listLog_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

AddItem() public method

public AddItem ( string message, bool warning ) : void
message string
warning bool
return void

FormLog() public method

public FormLog ( ) : System
return System

UpdateItems() public method

public UpdateItems ( ) : void
return void