35 #ifndef PLUGININPUTCONNECTOR_H
36 #define PLUGININPUTCONNECTOR_H
43 #include "../mne_x_global.h"
55 #include <QSharedPointer>
76 typedef QSharedPointer<PluginInputConnector>
SPtr;
77 typedef QSharedPointer<const PluginInputConnector>
ConstSPtr;
101 virtual bool isInputConnector()
const;
109 virtual bool isOutputConnector()
const;
124 #endif // PLUGININPUTCONNECTOR_H
Contains the declaration of the NewMeasurement class.
The IPlugin class is the base interface class of all plugins.
#define MNE_X_SHARED_EXPORT
QSharedPointer< NewMeasurement > SPtr
Contains the declaration of the PluginConnector class.
The PluginConnector class provides the base to connect plug-in data.