C# Class MCAEmotiv.GUI.Controls.ClassificationSchemePanel

A panel which allows classification schemes to be created, and loaded. Also contains an artifact detection panel
Inheritance: System.Windows.Forms.Panel
ファイルを表示 Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
ClassificationSchemePanel ( ) : System

Builds the panel view

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the control

Private Methods

Method Description
BuildView ( ) : void

Method Details

ClassificationSchemePanel() public method

Builds the panel view
public ClassificationSchemePanel ( ) : System
return System

Dispose() protected method

Disposes the control
protected Dispose ( bool disposing ) : void
disposing bool
return void