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

#include <LauncherUI.h>

Public Member Functions

 BatchImportState ()
 

Public Attributes

bool show
 
char questionText [8192]
 
char idPrefix [64]
 
char dimension [64]
 
int questionType
 
int codingMode
 
int startNumber
 
int likertPreset
 
int likertPoints
 
int likertMin
 
int likertMax
 
char likertLabels [512]
 

Detailed Description

Definition at line 255 of file LauncherUI.h.

Constructor & Destructor Documentation

◆ BatchImportState()

BatchImportState::BatchImportState ( )
inline

Definition at line 271 of file LauncherUI.h.

271 : show(false), questionType(0), codingMode(0), startNumber(1),
273 questionText[0] = '\0';
274 idPrefix[0] = '\0';
275 dimension[0] = '\0';
276 likertLabels[0] = '\0';
277 }
char idPrefix[64]
Definition LauncherUI.h:258
char dimension[64]
Definition LauncherUI.h:259
char likertLabels[512]
Definition LauncherUI.h:269
char questionText[8192]
Definition LauncherUI.h:257

References dimension, idPrefix, likertLabels, and questionText.

Member Data Documentation

◆ codingMode

int BatchImportState::codingMode

Definition at line 261 of file LauncherUI.h.

◆ dimension

char BatchImportState::dimension[64]

Definition at line 259 of file LauncherUI.h.

Referenced by BatchImportState().

◆ idPrefix

char BatchImportState::idPrefix[64]

Definition at line 258 of file LauncherUI.h.

Referenced by BatchImportState().

◆ likertLabels

char BatchImportState::likertLabels[512]

Definition at line 269 of file LauncherUI.h.

Referenced by BatchImportState().

◆ likertMax

int BatchImportState::likertMax

Definition at line 268 of file LauncherUI.h.

◆ likertMin

int BatchImportState::likertMin

Definition at line 267 of file LauncherUI.h.

◆ likertPoints

int BatchImportState::likertPoints

Definition at line 266 of file LauncherUI.h.

◆ likertPreset

int BatchImportState::likertPreset

Definition at line 265 of file LauncherUI.h.

◆ questionText

char BatchImportState::questionText[8192]

Definition at line 257 of file LauncherUI.h.

Referenced by BatchImportState().

◆ questionType

int BatchImportState::questionType

Definition at line 260 of file LauncherUI.h.

◆ show

bool BatchImportState::show

Definition at line 256 of file LauncherUI.h.

Referenced by LauncherUI::Render().

◆ startNumber

int BatchImportState::startNumber

Definition at line 262 of file LauncherUI.h.


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