Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::ScanMethod::Parameters Struct Reference

Mandatory structure for initialization of derived class. More...

#include <ScanMethod.h>

Collaboration diagram for sf::ScanMethod::Parameters:

Public Member Functions

 Parameters (ProjectData *prj_data, const QString &method, const QString &area)
 

Public Attributes

ProjectData_projectData
 
QString _methodName
 Holds the project data structure.
 
QString _areaName
 Mode for scanning.
 

Detailed Description

Mandatory structure for initialization of derived class.

Constructor & Destructor Documentation

◆ Parameters()

sf::ScanMethod::Parameters::Parameters ( ProjectData prj_data,
const QString &  method,
const QString &  area 
)
inline

Member Data Documentation

◆ _areaName

QString sf::ScanMethod::Parameters::_areaName

Mode for scanning.

◆ _methodName

QString sf::ScanMethod::Parameters::_methodName

Holds the project data structure.

◆ _projectData

ProjectData* sf::ScanMethod::Parameters::_projectData

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