#include <WaveformInterface.h>
List of all members.
Constructor & Destructor Documentation
virtual WaveformProcessingInterface::~WaveformProcessingInterface |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual WaveformDataInterface** WaveformProcessingInterface::createWaveformDataObjects |
( |
quint32 |
num | ) |
const [pure virtual] |
Creates an array of waveform-objects. It is used by PacDigitizerDev.
- Returns:
- double pointers to avoid polymorphy problems!
virtual QString WaveformProcessingInterface::name |
( |
| ) |
const [pure virtual] |
virtual void WaveformProcessingInterface::readUpdatedParameters |
( |
| ) |
[pure virtual] |
Copies updated parameters from TransmittableProperty-objects to local variables to trigger the update confirmation
virtual WaveformDataInterface* WaveformProcessingInterface::tryDeserialization |
( |
const QByteArray & |
serialized | ) |
const [pure virtual] |
Tries to deserialize the bytearray into a waveform object. returns a 0-pointer if the bytearray belongs to another plugin. The test if the serialized data fits to the plugin should be least strictly implemented for the default plugin!
virtual QString WaveformProcessingInterface::version |
( |
| ) |
const [pure virtual] |
The documentation for this class was generated from the following file: