|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherConfig.h>
Public Attributes | |
| std::string | path |
| std::string | name |
| time_t | lastRun |
Definition at line 20 of file LauncherConfig.h.
| time_t RecentExperiment::lastRun |
Definition at line 23 of file LauncherConfig.h.
Referenced by LauncherConfig::AddRecentExperiment(), LauncherConfig::LoadConfig(), and LauncherConfig::SaveConfig().
| std::string RecentExperiment::name |
Definition at line 22 of file LauncherConfig.h.
Referenced by LauncherConfig::AddRecentExperiment(), LauncherConfig::LoadConfig(), and LauncherConfig::SaveConfig().
| std::string RecentExperiment::path |
Definition at line 21 of file LauncherConfig.h.
Referenced by LauncherConfig::AddRecentExperiment(), LauncherConfig::LoadConfig(), and LauncherConfig::SaveConfig().