SpikeStream Application Library
0.2
|
#include <AbstractGraphDialog.h>
Public Member Functions | |
AbstractGraphDialog (QWidget *parent, const AnalysisInfo &info) | |
~AbstractGraphDialog () | |
Protected Slots | |
void | showNeuronIDS (int state) |
void | timeStepChanged (QString timeStepStr) |
Protected Attributes | |
AnalysisInfo | analysisInfo |
AnalysisSpectrogram * | spectrogram |
AbstractSpectrogramData * | spectrogramData |
Plots graphs and heat maps to visualise the state based phi data.
Definition at line 17 of file AbstractGraphDialog.h.
AbstractGraphDialog::AbstractGraphDialog | ( | QWidget * | parent, |
const AnalysisInfo & | anaInfo | ||
) |
Constructor
Definition at line 14 of file AbstractGraphDialog.cpp.
Destructor
Definition at line 23 of file AbstractGraphDialog.cpp.
void AbstractGraphDialog::showNeuronIDS | ( | int | state | ) | [protected, slot] |
Controls whether neuron ids or numbers starting from 1 are shown
Definition at line 32 of file AbstractGraphDialog.cpp.
void AbstractGraphDialog::timeStepChanged | ( | QString | timeStepStr | ) | [protected, slot] |
Called when the time step in the combo has changed
Definition at line 43 of file AbstractGraphDialog.cpp.
AnalysisInfo spikestream::AbstractGraphDialog::analysisInfo [protected] |
Information about the analysis
Definition at line 31 of file AbstractGraphDialog.h.
The graph that is being displayed
Definition at line 34 of file AbstractGraphDialog.h.
The raster data that is being displayed
Definition at line 37 of file AbstractGraphDialog.h.