|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Member Functions | |
| CreateStudyFromScaleState () | |
Public Attributes | |
| bool | show |
| char | studyName [256] |
| char | errorMessage [512] |
| bool | confirmOverwrite |
| bool | needScaleSelection |
| int | selectedScaleIndex |
| bool | addToExisting |
| int | selectedStudyIndex |
Definition at line 307 of file LauncherUI.h.
|
inline |
| bool CreateStudyFromScaleState::addToExisting |
Definition at line 314 of file LauncherUI.h.
| bool CreateStudyFromScaleState::confirmOverwrite |
Definition at line 311 of file LauncherUI.h.
| char CreateStudyFromScaleState::errorMessage[512] |
Definition at line 310 of file LauncherUI.h.
Referenced by CreateStudyFromScaleState().
| bool CreateStudyFromScaleState::needScaleSelection |
Definition at line 312 of file LauncherUI.h.
| int CreateStudyFromScaleState::selectedScaleIndex |
Definition at line 313 of file LauncherUI.h.
| int CreateStudyFromScaleState::selectedStudyIndex |
Definition at line 315 of file LauncherUI.h.
| bool CreateStudyFromScaleState::show |
Definition at line 308 of file LauncherUI.h.
Referenced by LauncherUI::Render().
| char CreateStudyFromScaleState::studyName[256] |
Definition at line 309 of file LauncherUI.h.
Referenced by CreateStudyFromScaleState().