C# Class MCAEmotiv.GUI.Animation.ChoiceView

Presents the user with buttons to choose between options. The result is the string corresponding with the chosen option.
Inheritance: View
Show file Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
ChoiceView ( IEnumerable optionsStrings ) : System

Construct a view with the given options

ChoiceView ( IEnumerable optionsStrings, IViewResult &result ) : System

Construct a view with the given options and with inline retrieval of the result.

Method Details

ChoiceView() public method

Construct a view with the given options
public ChoiceView ( IEnumerable optionsStrings ) : System
optionsStrings IEnumerable
return System

ChoiceView() public method

Construct a view with the given options and with inline retrieval of the result.
public ChoiceView ( IEnumerable optionsStrings, IViewResult &result ) : System
optionsStrings IEnumerable
result IViewResult
return System