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

Structure for passing parameters to derived classes loaded and created at run-time. More...

#include <AppModuleInterface.h>

Public Member Functions

 Parameters (QSettings *settings, QObject *parent)
 

Public Attributes

QSettings * _settings
 Settings of application.
 
QObject * _parent
 Parent object.
 

Detailed Description

Structure for passing parameters to derived classes loaded and created at run-time.

Constructor & Destructor Documentation

◆ Parameters()

sf::AppModuleInterface::Parameters::Parameters ( QSettings *  settings,
QObject *  parent 
)
inlineexplicit

Member Data Documentation

◆ _parent

QObject* sf::AppModuleInterface::Parameters::_parent

Parent object.

◆ _settings

QSettings* sf::AppModuleInterface::Parameters::_settings

Settings of application.


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