C# 클래스 MCAEmotiv.GUI.Animation.ChoiceView

Presents the user with buttons to choose between options. The result is the string corresponding with the chosen option.
상속: View
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ChoiceView() 공개 메소드

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

ChoiceView() 공개 메소드

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
리턴 System