DynExp
Highly flexible laboratory automation for dynamically changing experiments.
DynExp::ModuleConfiguratorBase Class Referenceabstract

Configurator class for ModuleBase. More...

+ Inheritance diagram for DynExp::ModuleConfiguratorBase:

Public Types

using ObjectType = ModuleBase
 
using ParamsType = ModuleParamsBase
 
- Public Types inherited from DynExp::RunnableObjectConfigurator
using ObjectType = RunnableObject
 
using ParamsType = RunnableObjectParams
 
- Public Types inherited from DynExp::ConfiguratorBase
using ObjectType = Object
 
using ParamsType = ParamsBase
 

Public Member Functions

 ModuleConfiguratorBase ()=default
 
virtual ~ModuleConfiguratorBase ()=0
 
- Public Member Functions inherited from DynExp::RunnableObjectConfigurator
 RunnableObjectConfigurator ()=default
 
virtual ~RunnableObjectConfigurator ()=0
 
- Public Member Functions inherited from DynExp::ConfiguratorBase
 ConfiguratorBase ()=default
 
virtual ~ConfiguratorBase ()=0
 
ParamsBasePtrType MakeConfigFromDialog (ItemIDType ID, const DynExpCore &Core, QWidget *const DialogParent) const
 Sets up and displays a configuration dialog. The user input is used to create an instance of the related Object's parameter class. More...
 
ParamsBasePtrType MakeConfigFromXML (ItemIDType ID, const DynExpCore &Core, const QDomElement &XMLElement) const
 Retrieves the configuration from an XML node to create an instance of the related Object's parameter class. Refer to ParamsBase::ConfigFromXM(). More...
 
UpdateConfigFromDialogResult UpdateConfigFromDialog (Object *Obj, const DynExpCore &Core, QWidget *const DialogParent) const
 Updates an Object's Obj parameters from a configuration dialog. Sets up and displays this dialog. More...
 

Detailed Description

Configurator class for ModuleBase.

Definition at line 373 of file Module.h.

Member Typedef Documentation

◆ ObjectType

◆ ParamsType

Constructor & Destructor Documentation

◆ ModuleConfiguratorBase()

DynExp::ModuleConfiguratorBase::ModuleConfiguratorBase ( )
default

◆ ~ModuleConfiguratorBase()

DynExp::ModuleConfiguratorBase::~ModuleConfiguratorBase ( )
pure virtual

Definition at line 185 of file Module.cpp.


The documentation for this class was generated from the following files: