DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Configurator class for OutputPort
.
More...
#include <OutputPort.h>
Public Types | |
using | ObjectType = OutputPort |
using | ParamsType = OutputPortParams |
![]() | |
using | ObjectType = FunctionGenerator |
using | ParamsType = FunctionGeneratorParams |
![]() | |
using | ObjectType = DataStreamInstrument |
using | ParamsType = DataStreamInstrumentParams |
![]() | |
using | ObjectType = InstrumentBase |
using | ParamsType = InstrumentParamsBase |
![]() | |
using | ObjectType = RunnableObject |
using | ParamsType = RunnableObjectParams |
![]() | |
using | ObjectType = Object |
using | ParamsType = ParamsBase |
Public Member Functions | |
OutputPortConfigurator ()=default | |
virtual | ~OutputPortConfigurator ()=0 |
![]() | |
FunctionGeneratorConfigurator ()=default | |
virtual | ~FunctionGeneratorConfigurator ()=0 |
![]() | |
DataStreamInstrumentConfigurator ()=default | |
virtual | ~DataStreamInstrumentConfigurator ()=0 |
![]() | |
InstrumentConfiguratorBase ()=default | |
virtual | ~InstrumentConfiguratorBase ()=0 |
![]() | |
RunnableObjectConfigurator ()=default | |
virtual | ~RunnableObjectConfigurator ()=0 |
![]() | |
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. | |
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(). | |
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. | |
Configurator class for OutputPort
.
Definition at line 142 of file OutputPort.h.
Definition at line 145 of file OutputPort.h.
Definition at line 146 of file OutputPort.h.
|
default |
|
pure virtual |
Definition at line 53 of file OutputPort.cpp.