35 #ifndef PLUGINOUTPUTCONNECTOR_H
36 #define PLUGINOUTPUTCONNECTOR_H
43 #include "../mne_x_global.h"
67 typedef QSharedPointer<PluginOutputConnector>
SPtr;
68 typedef QSharedPointer<const PluginOutputConnector>
ConstSPtr;
92 virtual bool isInputConnector()
const;
100 virtual bool isOutputConnector()
const;
109 #endif // PLUGINOUTPUTCONNECTOR_H
Contains the declaration of the NewMeasurement class.
The IPlugin class is the base interface class of all plugins.
The PluginConnector class provides the base to connect plug-in data.
QSharedPointer< PluginOutputConnector > SPtr
QSharedPointer< const PluginOutputConnector > ConstSPtr
#define MNE_X_SHARED_EXPORT
QSharedPointer< NewMeasurement > SPtr
virtual ~PluginOutputConnector()
Contains the declaration of the PluginConnector class.
The PluginConnector class provides the base to connect plug-in data.