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

#include <ScaleDefinition.h>

Public Member Functions

 ReportConfig ()
 

Public Attributes

std::string template_type
 
std::vector< std::string > include
 
std::string header
 
std::vector< std::string > footer_refs
 

Detailed Description

Definition at line 229 of file ScaleDefinition.h.

Constructor & Destructor Documentation

◆ ReportConfig()

ReportConfig::ReportConfig ( )
inline

Definition at line 235 of file ScaleDefinition.h.

235: template_type("standard") {}
std::string template_type

Member Data Documentation

◆ footer_refs

std::vector<std::string> ReportConfig::footer_refs

Definition at line 233 of file ScaleDefinition.h.

◆ header

std::string ReportConfig::header

Definition at line 232 of file ScaleDefinition.h.

◆ include

std::vector<std::string> ReportConfig::include

Definition at line 231 of file ScaleDefinition.h.

◆ template_type

std::string ReportConfig::template_type

Definition at line 230 of file ScaleDefinition.h.


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