|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Member Functions | |
| BatchImportState () | |
Public Attributes | |
| bool | show |
| char | questionText [8192] |
| char | idPrefix [64] |
| char | dimension [64] |
| int | questionType |
| int | codingMode |
| int | startNumber |
| int | likertPreset |
| int | likertPoints |
| int | likertMin |
| int | likertMax |
| char | likertLabels [512] |
Definition at line 255 of file LauncherUI.h.
|
inline |
Definition at line 271 of file LauncherUI.h.
References dimension, idPrefix, likertLabels, and questionText.
| int BatchImportState::codingMode |
Definition at line 261 of file LauncherUI.h.
| char BatchImportState::dimension[64] |
Definition at line 259 of file LauncherUI.h.
Referenced by BatchImportState().
| char BatchImportState::idPrefix[64] |
Definition at line 258 of file LauncherUI.h.
Referenced by BatchImportState().
| char BatchImportState::likertLabels[512] |
Definition at line 269 of file LauncherUI.h.
Referenced by BatchImportState().
| int BatchImportState::likertMax |
Definition at line 268 of file LauncherUI.h.
| int BatchImportState::likertMin |
Definition at line 267 of file LauncherUI.h.
| int BatchImportState::likertPoints |
Definition at line 266 of file LauncherUI.h.
| int BatchImportState::likertPreset |
Definition at line 265 of file LauncherUI.h.
| char BatchImportState::questionText[8192] |
Definition at line 257 of file LauncherUI.h.
Referenced by BatchImportState().
| int BatchImportState::questionType |
Definition at line 260 of file LauncherUI.h.
| bool BatchImportState::show |
Definition at line 256 of file LauncherUI.h.
Referenced by LauncherUI::Render().
| int BatchImportState::startNumber |
Definition at line 262 of file LauncherUI.h.