SpikeStream Application Library
0.2
|
#include "SpikeStreamException.h"
#include <QWidget>
#include <QString>
#include <QStringList>
#include <QHash>
Go to the source code of this file.
Classes | |
class | spikestream::PluginManager |
Typedefs | |
typedef QWidget *(* | CreatePluginFunctionType )() |
typedef QString(* | GetPluginNameFunctionType )() |
typedef QWidget*(* CreatePluginFunctionType)() |
The type of the function used to create plugins.
Definition at line 14 of file PluginManager.h.
typedef QString(* GetPluginNameFunctionType)() |
The type of the function used to create neurons.
Definition at line 17 of file PluginManager.h.