|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Classes | |
| struct | AnchorEdit |
Public Member Functions | |
| QuestionEditorState () | |
Definition at line 113 of file LauncherUI.h.
|
inline |
Definition at line 187 of file LauncherUI.h.
References answerAlias, gateRequiredValue, gateTerminateMessageKey, gateTerminateMessageText, gridColumns, gridRows, imagePath, multiOptions, questionHead, questionText, sectionRandomizeFixed, textKey, valMaxLengthError, valMaxSelectedError, valMaxWordsError, valMinLengthError, valMinSelectedError, valMinWordsError, valNumberMaxError, valNumberMinError, valPattern, valPatternError, vasLeftLabel, and vasRightLabel.
| char QuestionEditorState::answerAlias[64] |
Definition at line 161 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::editingIndex |
Definition at line 115 of file LauncherUI.h.
| int QuestionEditorState::gateOperator |
Definition at line 166 of file LauncherUI.h.
| char QuestionEditorState::gateRequiredValue[64] |
Definition at line 165 of file LauncherUI.h.
Referenced by QuestionEditorState().
| char QuestionEditorState::gateTerminateMessageKey[64] |
Definition at line 168 of file LauncherUI.h.
Referenced by QuestionEditorState().
| char QuestionEditorState::gateTerminateMessageText[512] |
Definition at line 169 of file LauncherUI.h.
Referenced by QuestionEditorState().
| double QuestionEditorState::gateValue |
Definition at line 167 of file LauncherUI.h.
| char QuestionEditorState::gridColumns[2048] |
Definition at line 144 of file LauncherUI.h.
Referenced by QuestionEditorState().
| char QuestionEditorState::gridRows[4096] |
Definition at line 145 of file LauncherUI.h.
Referenced by QuestionEditorState().
| bool QuestionEditorState::hasGate |
Definition at line 164 of file LauncherUI.h.
| bool QuestionEditorState::hasVisibleWhen |
Definition at line 154 of file LauncherUI.h.
| char QuestionEditorState::id[64] |
Definition at line 118 of file LauncherUI.h.
| char QuestionEditorState::imagePath[512] |
Definition at line 148 of file LauncherUI.h.
Referenced by QuestionEditorState().
| bool QuestionEditorState::isSection |
Definition at line 116 of file LauncherUI.h.
| bool QuestionEditorState::isVirtualStart |
Definition at line 117 of file LauncherUI.h.
| int QuestionEditorState::likertMax |
Definition at line 126 of file LauncherUI.h.
| int QuestionEditorState::likertMin |
Definition at line 125 of file LauncherUI.h.
| int QuestionEditorState::likertPoints |
Definition at line 124 of file LauncherUI.h.
| bool QuestionEditorState::likertReverse |
Definition at line 127 of file LauncherUI.h.
| char QuestionEditorState::multiOptions[4096] |
Definition at line 141 of file LauncherUI.h.
Referenced by QuestionEditorState().
| char QuestionEditorState::questionHead[256] |
Definition at line 160 of file LauncherUI.h.
Referenced by QuestionEditorState().
| char QuestionEditorState::questionText[2048] |
Definition at line 120 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::questionType |
Definition at line 121 of file LauncherUI.h.
| int QuestionEditorState::randomGroup |
Definition at line 150 of file LauncherUI.h.
| bool QuestionEditorState::randomizeOptions |
Definition at line 128 of file LauncherUI.h.
| int QuestionEditorState::requiredState |
Definition at line 151 of file LauncherUI.h.
| bool QuestionEditorState::sectionRandomize |
Definition at line 173 of file LauncherUI.h.
| char QuestionEditorState::sectionRandomizeFixed[512] |
Definition at line 174 of file LauncherUI.h.
Referenced by QuestionEditorState().
| bool QuestionEditorState::sectionRevisable |
Definition at line 172 of file LauncherUI.h.
| std::vector<bool> QuestionEditorState::selectedResponseOptions |
Definition at line 129 of file LauncherUI.h.
| bool QuestionEditorState::show |
Definition at line 114 of file LauncherUI.h.
Referenced by LauncherUI::Render().
| char QuestionEditorState::textKey[64] |
Definition at line 119 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::valMaxLength |
Definition at line 178 of file LauncherUI.h.
| bool QuestionEditorState::valMaxLengthEnabled |
Definition at line 178 of file LauncherUI.h.
| char QuestionEditorState::valMaxLengthError[256] |
Definition at line 178 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::valMaxSelected |
Definition at line 185 of file LauncherUI.h.
| bool QuestionEditorState::valMaxSelectedEnabled |
Definition at line 185 of file LauncherUI.h.
| char QuestionEditorState::valMaxSelectedError[256] |
Definition at line 185 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::valMaxWords |
Definition at line 180 of file LauncherUI.h.
| bool QuestionEditorState::valMaxWordsEnabled |
Definition at line 180 of file LauncherUI.h.
| char QuestionEditorState::valMaxWordsError[256] |
Definition at line 180 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::valMinLength |
Definition at line 177 of file LauncherUI.h.
| bool QuestionEditorState::valMinLengthEnabled |
Definition at line 177 of file LauncherUI.h.
| char QuestionEditorState::valMinLengthError[256] |
Definition at line 177 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::valMinSelected |
Definition at line 184 of file LauncherUI.h.
| bool QuestionEditorState::valMinSelectedEnabled |
Definition at line 184 of file LauncherUI.h.
| char QuestionEditorState::valMinSelectedError[256] |
Definition at line 184 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::valMinWords |
Definition at line 179 of file LauncherUI.h.
| bool QuestionEditorState::valMinWordsEnabled |
Definition at line 179 of file LauncherUI.h.
| char QuestionEditorState::valMinWordsError[256] |
Definition at line 179 of file LauncherUI.h.
Referenced by QuestionEditorState().
| double QuestionEditorState::valNumberMax |
Definition at line 182 of file LauncherUI.h.
| bool QuestionEditorState::valNumberMaxEnabled |
Definition at line 182 of file LauncherUI.h.
| char QuestionEditorState::valNumberMaxError[256] |
Definition at line 182 of file LauncherUI.h.
Referenced by QuestionEditorState().
| double QuestionEditorState::valNumberMin |
Definition at line 181 of file LauncherUI.h.
| bool QuestionEditorState::valNumberMinEnabled |
Definition at line 181 of file LauncherUI.h.
| char QuestionEditorState::valNumberMinError[256] |
Definition at line 181 of file LauncherUI.h.
Referenced by QuestionEditorState().
| char QuestionEditorState::valPattern[256] |
Definition at line 183 of file LauncherUI.h.
Referenced by QuestionEditorState().
| bool QuestionEditorState::valPatternEnabled |
Definition at line 183 of file LauncherUI.h.
| char QuestionEditorState::valPatternError[256] |
Definition at line 183 of file LauncherUI.h.
Referenced by QuestionEditorState().
| std::vector<AnchorEdit> QuestionEditorState::vasAnchors |
Definition at line 138 of file LauncherUI.h.
| char QuestionEditorState::vasLeftLabel[256] |
Definition at line 134 of file LauncherUI.h.
Referenced by QuestionEditorState().
| int QuestionEditorState::vasMaxValue |
Definition at line 133 of file LauncherUI.h.
| int QuestionEditorState::vasMinValue |
Definition at line 132 of file LauncherUI.h.
| int QuestionEditorState::vasOrientationIdx |
Definition at line 136 of file LauncherUI.h.
| char QuestionEditorState::vasRightLabel[256] |
Definition at line 135 of file LauncherUI.h.
Referenced by QuestionEditorState().
| std::vector<EditorCondition> QuestionEditorState::visibleWhenConditions |
Definition at line 157 of file LauncherUI.h.
| bool QuestionEditorState::visibleWhenIsComplex |
Definition at line 156 of file LauncherUI.h.
| int QuestionEditorState::visibleWhenLogic |
Definition at line 155 of file LauncherUI.h.