MNE-CPP
beta 1.0
|
The RapMusicToolbox class provides a dummy algorithm structure. More...
#include <rapmusictoolbox.h>
Signals | |
void | clusteringStarted () |
void | clusteringFinished () |
Public Member Functions | |
RapMusicToolbox () | |
~RapMusicToolbox () | |
virtual QSharedPointer< IPlugin > | clone () const |
virtual void | init () |
virtual void | unload () |
void | calcFiffInfo () |
void | doClustering () |
void | finishedClustering () |
virtual bool | start () |
virtual bool | stop () |
virtual IPlugin::PluginType | getType () const |
virtual QString | getName () const |
virtual QWidget * | setupWidget () |
void | updateRTE (XMEASLIB::NewMeasurement::SPtr pMeasurement) |
![]() | |
virtual | ~IAlgorithm () |
virtual bool | multiInstanceAllowed () const |
![]() | |
virtual | ~IPlugin () |
QList< QAction * > | getPluginActions () |
InputConnectorList & | getInputConnectors () |
OutputConnectorList & | getOutputConnectors () |
Protected Member Functions | |
virtual void | run () |
![]() | |
void | addPluginAction (QAction *pAction) |
Additional Inherited Members | |
![]() | |
typedef QSharedPointer< IAlgorithm > | SPtr |
typedef QSharedPointer< const IAlgorithm > | ConstSPtr |
![]() | |
enum | PluginType { _ISensor, _IAlgorithm, _IIO, _PluginSet } |
typedef QSharedPointer< IPlugin > | SPtr |
typedef QSharedPointer< const IPlugin > | ConstSPtr |
typedef QVector< QSharedPointer< PluginInputConnector > > | InputConnectorList |
typedef QVector< QSharedPointer< PluginOutputConnector > > | OutputConnectorList |
![]() | |
InputConnectorList | m_inputConnectors |
OutputConnectorList | m_outputConnectors |
The RapMusicToolbox class provides a dummy algorithm structure.
DECLARE CLASS RapMusicToolbox
Definition at line 106 of file rapmusictoolbox.h.
RapMusicToolbox::RapMusicToolbox | ( | ) |
Constructs a RapMusicToolbox.
Definition at line 71 of file rapmusictoolbox.cpp.
RapMusicToolbox::~RapMusicToolbox | ( | ) |
Destroys the RapMusicToolbox.
Definition at line 88 of file rapmusictoolbox.cpp.
|
virtual |
|
signal |
Signal when clsutering has finished
|
signal |
Signal when clsutering is started
|
virtual |
Returns the plugin name. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
Definition at line 248 of file rapmusictoolbox.cpp.
|
virtual |
Returns the plugin type. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
Definition at line 240 of file rapmusictoolbox.cpp.
|
virtual |
Initialise the RapMusicToolbox.
Implements MNEX::IAlgorithm.
Definition at line 109 of file rapmusictoolbox.cpp.
|
protectedvirtual |
The starting point for the thread. After calling start(), the newly created thread calls this function. Returning from this method will end the execution of the thread. Pure virtual method inherited by QThread
Implements MNEX::IAlgorithm.
Definition at line 292 of file rapmusictoolbox.cpp.
|
virtual |
Returns the set up widget for configuration of IAlgorithm. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
Definition at line 256 of file rapmusictoolbox.cpp.
|
virtual |
Starts the IAlgorithm. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
Definition at line 196 of file rapmusictoolbox.cpp.
|
virtual |
Stops the IAlgorithm. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
Definition at line 215 of file rapmusictoolbox.cpp.
|
virtual |
Is called when plugin is detached of the stage. Can be used to safe settings.
Implements MNEX::IAlgorithm.
Definition at line 136 of file rapmusictoolbox.cpp.
void RapMusicToolbox::updateRTE | ( | XMEASLIB::NewMeasurement::SPtr | pMeasurement | ) |
Slot to update the fiff evoked
[in] | pMeasurement | The evoked to be appended |
Definition at line 272 of file rapmusictoolbox.cpp.