|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Member Functions | |
| CorrectAnswersEditorState () | |
Public Attributes | |
| bool | show |
| std::string | questionId |
| std::string | dimensionId |
| std::string | questionText |
| std::string | questionType |
| std::vector< std::string > | answers |
| std::vector< bool > | caseSensitive |
Definition at line 294 of file LauncherUI.h.
|
inline |
Definition at line 303 of file LauncherUI.h.
| std::vector<std::string> CorrectAnswersEditorState::answers |
Definition at line 300 of file LauncherUI.h.
| std::vector<bool> CorrectAnswersEditorState::caseSensitive |
Definition at line 301 of file LauncherUI.h.
| std::string CorrectAnswersEditorState::dimensionId |
Definition at line 297 of file LauncherUI.h.
| std::string CorrectAnswersEditorState::questionId |
Definition at line 296 of file LauncherUI.h.
| std::string CorrectAnswersEditorState::questionText |
Definition at line 298 of file LauncherUI.h.
| std::string CorrectAnswersEditorState::questionType |
Definition at line 299 of file LauncherUI.h.
| bool CorrectAnswersEditorState::show |
Definition at line 295 of file LauncherUI.h.
Referenced by LauncherUI::Render().