|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Member Functions | |
| DimensionEditorState () | |
Public Attributes | |
| bool | show |
| int | editingIndex |
| char | id [64] |
| char | name [256] |
| char | abbreviation [64] |
| char | description [512] |
| bool | selectable |
| bool | defaultEnabled |
| char | enabledParam [128] |
| bool | hasVisibleWhen |
| int | visibleWhenLogic |
| std::vector< EditorCondition > | visibleWhenConditions |
Definition at line 225 of file LauncherUI.h.
|
inline |
Definition at line 243 of file LauncherUI.h.
References abbreviation, description, enabledParam, and name.
| char DimensionEditorState::abbreviation[64] |
Definition at line 230 of file LauncherUI.h.
Referenced by DimensionEditorState().
| bool DimensionEditorState::defaultEnabled |
Definition at line 235 of file LauncherUI.h.
| char DimensionEditorState::description[512] |
Definition at line 231 of file LauncherUI.h.
Referenced by DimensionEditorState().
| int DimensionEditorState::editingIndex |
Definition at line 227 of file LauncherUI.h.
| char DimensionEditorState::enabledParam[128] |
Definition at line 236 of file LauncherUI.h.
Referenced by DimensionEditorState().
| bool DimensionEditorState::hasVisibleWhen |
Definition at line 239 of file LauncherUI.h.
| char DimensionEditorState::id[64] |
Definition at line 228 of file LauncherUI.h.
| char DimensionEditorState::name[256] |
Definition at line 229 of file LauncherUI.h.
Referenced by DimensionEditorState().
| bool DimensionEditorState::selectable |
Definition at line 234 of file LauncherUI.h.
| bool DimensionEditorState::show |
Definition at line 226 of file LauncherUI.h.
Referenced by LauncherUI::Render().
| std::vector<EditorCondition> DimensionEditorState::visibleWhenConditions |
Definition at line 241 of file LauncherUI.h.
| int DimensionEditorState::visibleWhenLogic |
Definition at line 240 of file LauncherUI.h.