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

#include <ScaleDefinition.h>

Public Member Functions

 ScaleParameter ()=default
 
 ScaleParameter (const std::string &t, const std::string &d, const std::string &desc)
 

Public Attributes

std::string type
 
std::string defaultValue
 
std::string description
 
std::vector< std::string > options
 

Detailed Description

Definition at line 32 of file ScaleDefinition.h.

Constructor & Destructor Documentation

◆ ScaleParameter() [1/2]

ScaleParameter::ScaleParameter ( )
default

◆ ScaleParameter() [2/2]

ScaleParameter::ScaleParameter ( const std::string &  t,
const std::string &  d,
const std::string &  desc 
)
inline

Definition at line 39 of file ScaleDefinition.h.

40 : type(t), defaultValue(d), description(desc) {}
std::string description
std::string defaultValue
std::string type

Member Data Documentation

◆ defaultValue

std::string ScaleParameter::defaultValue

Definition at line 34 of file ScaleDefinition.h.

Referenced by ScaleDefinition::LoadFromScalesDir().

◆ description

std::string ScaleParameter::description

Definition at line 35 of file ScaleDefinition.h.

Referenced by ScaleDefinition::LoadFromScalesDir().

◆ options

std::vector<std::string> ScaleParameter::options

Definition at line 36 of file ScaleDefinition.h.

Referenced by ScaleDefinition::LoadFromScalesDir().

◆ type

std::string ScaleParameter::type

Definition at line 33 of file ScaleDefinition.h.

Referenced by ScaleDefinition::LoadFromScalesDir().


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