|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Attributes | |
| std::string | name |
| std::string | value |
| std::string | defaultValue |
| std::string | description |
| std::vector< std::string > | options |
Definition at line 325 of file LauncherUI.h.
| std::string Parameter::defaultValue |
Definition at line 328 of file LauncherUI.h.
| std::string Parameter::description |
Definition at line 329 of file LauncherUI.h.
| std::string Parameter::name |
Definition at line 326 of file LauncherUI.h.
| std::vector<std::string> Parameter::options |
Definition at line 330 of file LauncherUI.h.
| std::string Parameter::value |
Definition at line 327 of file LauncherUI.h.