|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Attributes | |
| bool | show |
| int | editingIndex |
| int | selectedTestIndex |
| int | selectedVariantIndex |
| char | language [16] |
| int | randomGroup |
Definition at line 47 of file LauncherUI.h.
| int TestEditorState::editingIndex |
Definition at line 49 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| char TestEditorState::language[16] |
Definition at line 52 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| int TestEditorState::randomGroup |
Definition at line 53 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| int TestEditorState::selectedTestIndex |
Definition at line 50 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| int TestEditorState::selectedVariantIndex |
Definition at line 51 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| bool TestEditorState::show |
Definition at line 48 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI(), and LauncherUI::Render().