|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <string>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| struct | ChainItem |
| class | Chain |
| struct | Chain::ValidationResult |
Enumerations | |
| enum class | ItemType { Instruction , Consent , Completion , Test } |
Functions | |
| std::string | ItemTypeToString (ItemType type) |
| ItemType | StringToItemType (const std::string &str) |
|
strong |
| Enumerator | |
|---|---|
| Instruction | |
| Consent | |
| Completion | |
| Test | |
Definition at line 13 of file Chain.h.
| std::string ItemTypeToString | ( | ItemType | type | ) |
Definition at line 20 of file Chain.cpp.
References Completion, Consent, Instruction, and Test.
Referenced by ChainItem::CreateChainPageConfig(), and ChainItem::GetDisplayName().
| ItemType StringToItemType | ( | const std::string & | str | ) |
Definition at line 35 of file Chain.cpp.
References Completion, Consent, Instruction, and Test.