|
SpikeStream Nemo Plugin
0.2
|
#include "DeviceLoaderWidget.h"#include "ExperimentLoaderWidget.h"#include "Globals.h"#include "GlobalVariables.h"#include "NemoParametersDialog.h"#include "NemoWidget.h"#include "NeuronParametersDialog.h"#include "NeuronGroupSelectionDialog.h"#include "Pattern.h"#include "PatternManager.h"#include "SpikeStreamSimulationException.h"#include "SynapseParametersDialog.h"#include "Util.h"#include <QButtonGroup>#include <QDebug>#include <QFileDialog>#include <QLayout>#include <QMessageBox>#include <QMutexLocker>Go to the source code of this file.
Defines | |
| #define | LOAD_PATTERN_STRING "Load Pattern" |
| #define | MONITOR_NEURONS_OFF 0 |
| #define | MONITOR_NEURONS_FIRING 1 |
| #define | MONITOR_NEURONS_MEMBRANE 2 |
Functions | |
| QWidget * | getClass () |
| QString | getName () |
| #define LOAD_PATTERN_STRING "Load Pattern" |
String user selects to load a pattern
Definition at line 26 of file NemoWidget.cpp.
| #define MONITOR_NEURONS_FIRING 1 |
Definition at line 29 of file NemoWidget.cpp.
| #define MONITOR_NEURONS_MEMBRANE 2 |
Definition at line 30 of file NemoWidget.cpp.
| #define MONITOR_NEURONS_OFF 0 |
Definition at line 28 of file NemoWidget.cpp.
| QWidget* getClass | ( | ) |
Creates a NemoWidget class when library is dynamically loaded.
Definition at line 36 of file NemoWidget.cpp.
| QString getName | ( | ) |
Returns a descriptive name for this widget
Definition at line 41 of file NemoWidget.cpp.