|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Attributes | |
| std::string | path |
| std::string | name |
| std::string | directory |
| std::string | description |
| std::string | screenshotPath |
| bool | hasParams |
| bool | hasTranslations |
| bool | hasScreenshot |
Definition at line 24 of file LauncherUI.h.
| std::string ExperimentInfo::description |
Definition at line 28 of file LauncherUI.h.
| std::string ExperimentInfo::directory |
Definition at line 27 of file LauncherUI.h.
| bool ExperimentInfo::hasParams |
Definition at line 30 of file LauncherUI.h.
| bool ExperimentInfo::hasScreenshot |
Definition at line 32 of file LauncherUI.h.
| bool ExperimentInfo::hasTranslations |
Definition at line 31 of file LauncherUI.h.
| std::string ExperimentInfo::name |
Definition at line 26 of file LauncherUI.h.
| std::string ExperimentInfo::path |
Definition at line 25 of file LauncherUI.h.
| std::string ExperimentInfo::screenshotPath |
Definition at line 29 of file LauncherUI.h.