#include <NeuronMonitor.h>
Public Member Functions | |
| void | addGraph (NewGraph graph) |
| void | closeDialog () |
| void | loadingComplete () |
| NeuronMonitor (QWidget *parent, QString neuronGrpDesc, unsigned int neurID, unsigned int neurGrpID) | |
| void | plotData (double msgTime, const double *dataArray, int arrayLength) |
| void | setUpGraphs (const char *charArray) |
| ~NeuronMonitor () | |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
Private Attributes | |
| vector< MonitorDataset * > | dataVector |
| QLabel * | loadingLabel |
| unsigned int | neuronGrpID |
| unsigned int | neuronID |
| vector< QwtPlot * > | plotVector |
| QWidget * | simulationWidget |
| QVBoxLayout * | verticalBox |
Definition at line 36 of file NeuronMonitor.h.
|
||||||||||||||||||||
|
Definition at line 62 of file NeuronMonitor.cpp. References loadingLabel, neuronGrpID, neuronID, simulationWidget, and verticalBox. |
|
|
Definition at line 119 of file NeuronMonitor.cpp. |
|
|
Definition at line 132 of file NeuronMonitor.cpp. References dataVector, DEFAULT_MONITOR_DATASET_SIZE, NewGraph::description, plotVector, NewGraph::rangeHigh, NewGraph::rangeLow, SpikeStreamMainWindow::spikeStreamApplication, and verticalBox. |
|
|
Definition at line 185 of file NeuronMonitor.cpp. |
|
|
Definition at line 239 of file NeuronMonitor.cpp. References neuronGrpID, neuronID, simulationWidget, and SpikeStreamMainWindow::spikeStreamApplication. |
|
|
Definition at line 228 of file NeuronMonitor.cpp. References loadingLabel. |
|
||||||||||||||||
|
Definition at line 192 of file NeuronMonitor.cpp. References dataVector, plotVector, and SpikeStreamMainWindow::spikeStreamApplication. |
|
|
Definition at line 215 of file NeuronMonitor.cpp. |
|
|
Definition at line 73 of file NeuronMonitor.h. Referenced by addGraph(), and plotData(). |
|
|
Definition at line 64 of file NeuronMonitor.h. Referenced by loadingComplete(), and NeuronMonitor(). |
|
|
Definition at line 61 of file NeuronMonitor.h. Referenced by closeEvent(), and NeuronMonitor(). |
|
|
Definition at line 60 of file NeuronMonitor.h. Referenced by closeEvent(), and NeuronMonitor(). |
|
|
Definition at line 70 of file NeuronMonitor.h. Referenced by addGraph(), and plotData(). |
|
|
Definition at line 57 of file NeuronMonitor.h. Referenced by closeEvent(), and NeuronMonitor(). |
|
|
Definition at line 67 of file NeuronMonitor.h. Referenced by addGraph(), and NeuronMonitor(). |
1.4.4