Name |
Description |
AbstractTimedView |
Implements a view that finishes after a fixed time limit. A negative display time causes the view to display forever. Does not set a result. |
Animator |
Animates a view provider in a seperate form |
ChoiceView |
Presents the user with buttons to choose between options. The result is the string corresponding with the chosen option. |
ClassifierManager |
|
ClassifierManager.Result |
|
FixationView |
This view draws a fixation cross and waits for a fixed time period |
ImageView |
Displays one or more images using the specified settings. Optionally tags the display using an EEG data source, and resets the marker on finishing. The result is a boolean indicating whether the images successfully loaded. |
RestView |
A simple view that displays nothing for the specified time (or indefinitely, if time is negative). |
SoundView |
Plays a sound when deployed. Displays nothing for 1ms |
TextView |
Displays the given text for a fixed period of time |
TrainView |
Displays a training message until all classifiers are finished training |