PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
CreateStudyFromScaleState Struct Reference

#include <LauncherUI.h>

Public Member Functions

 CreateStudyFromScaleState ()
 

Public Attributes

bool show
 
char studyName [256]
 
char errorMessage [512]
 
bool confirmOverwrite
 
bool needScaleSelection
 
int selectedScaleIndex
 
bool addToExisting
 
int selectedStudyIndex
 

Detailed Description

Definition at line 307 of file LauncherUI.h.

Constructor & Destructor Documentation

◆ CreateStudyFromScaleState()

CreateStudyFromScaleState::CreateStudyFromScaleState ( )
inline

Definition at line 317 of file LauncherUI.h.

References errorMessage, and studyName.

Member Data Documentation

◆ addToExisting

bool CreateStudyFromScaleState::addToExisting

Definition at line 314 of file LauncherUI.h.

◆ confirmOverwrite

bool CreateStudyFromScaleState::confirmOverwrite

Definition at line 311 of file LauncherUI.h.

◆ errorMessage

char CreateStudyFromScaleState::errorMessage[512]

Definition at line 310 of file LauncherUI.h.

Referenced by CreateStudyFromScaleState().

◆ needScaleSelection

bool CreateStudyFromScaleState::needScaleSelection

Definition at line 312 of file LauncherUI.h.

◆ selectedScaleIndex

int CreateStudyFromScaleState::selectedScaleIndex

Definition at line 313 of file LauncherUI.h.

◆ selectedStudyIndex

int CreateStudyFromScaleState::selectedStudyIndex

Definition at line 315 of file LauncherUI.h.

◆ show

bool CreateStudyFromScaleState::show

Definition at line 308 of file LauncherUI.h.

Referenced by LauncherUI::Render().

◆ studyName

char CreateStudyFromScaleState::studyName[256]

Definition at line 309 of file LauncherUI.h.

Referenced by CreateStudyFromScaleState().


The documentation for this struct was generated from the following file: