|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Member Functions | |
| TranslationEditorState () | |
| void | Clear () |
| void | ClearScaleMode () |
Public Attributes | |
| bool | show |
| int | testIndex |
| char | language [16] |
| char | testPath [512] |
| bool | scaleMode |
| char | scaleCode [64] |
| char | scaleDir [512] |
| bool | dataLoaded |
| bool | dirty |
| int | selectedKeyIndex |
| std::vector< std::string > | keys |
| std::map< std::string, std::string > | englishValues |
| std::map< std::string, std::string > | targetValues |
| bool | fromTestEditor |
Definition at line 57 of file LauncherUI.h.
|
inline |
Definition at line 78 of file LauncherUI.h.
|
inline |
Definition at line 87 of file LauncherUI.h.
References dataLoaded, dirty, englishValues, keys, selectedKeyIndex, and targetValues.
|
inline |
Definition at line 96 of file LauncherUI.h.
References scaleCode, scaleDir, and scaleMode.
Referenced by LauncherUI::Render().
| bool TranslationEditorState::dataLoaded |
Definition at line 69 of file LauncherUI.h.
Referenced by Clear().
| bool TranslationEditorState::dirty |
Definition at line 70 of file LauncherUI.h.
Referenced by Clear().
| std::map<std::string, std::string> TranslationEditorState::englishValues |
Definition at line 73 of file LauncherUI.h.
Referenced by Clear().
| bool TranslationEditorState::fromTestEditor |
Definition at line 76 of file LauncherUI.h.
Referenced by LauncherUI::Render().
| std::vector<std::string> TranslationEditorState::keys |
Definition at line 72 of file LauncherUI.h.
Referenced by Clear().
| char TranslationEditorState::language[16] |
Definition at line 60 of file LauncherUI.h.
Referenced by TranslationEditorState().
| char TranslationEditorState::scaleCode[64] |
Definition at line 65 of file LauncherUI.h.
Referenced by ClearScaleMode(), and TranslationEditorState().
| char TranslationEditorState::scaleDir[512] |
Definition at line 66 of file LauncherUI.h.
Referenced by ClearScaleMode(), and TranslationEditorState().
| bool TranslationEditorState::scaleMode |
Definition at line 64 of file LauncherUI.h.
Referenced by ClearScaleMode(), and LauncherUI::Render().
| int TranslationEditorState::selectedKeyIndex |
Definition at line 71 of file LauncherUI.h.
Referenced by Clear().
| bool TranslationEditorState::show |
Definition at line 58 of file LauncherUI.h.
Referenced by LauncherUI::Render().
| std::map<std::string, std::string> TranslationEditorState::targetValues |
Definition at line 74 of file LauncherUI.h.
Referenced by Clear().
| int TranslationEditorState::testIndex |
Definition at line 59 of file LauncherUI.h.
| char TranslationEditorState::testPath[512] |
Definition at line 61 of file LauncherUI.h.
Referenced by TranslationEditorState().