|
SpikeStream Application Library
0.2
|
#include <AnalysisParameterDialog.h>
Public Member Functions | |
| AnalysisParameterDialog (QWidget *parent, const AnalysisInfo &info) | |
| ~AnalysisParameterDialog () | |
| const AnalysisInfo & | getInfo () |
Enables the user to edit the parameters for an analysis. FIXME: Refactor using the parameter info framework that is used everywhere else.
Definition at line 17 of file AnalysisParameterDialog.h.
| AnalysisParameterDialog::AnalysisParameterDialog | ( | QWidget * | parent, |
| const AnalysisInfo & | analysisInfo | ||
| ) |
Constructor
Definition at line 16 of file AnalysisParameterDialog.cpp.
Destructor
Definition at line 71 of file AnalysisParameterDialog.cpp.
| const AnalysisInfo & AnalysisParameterDialog::getInfo | ( | ) |
Returns the analysis info with parameters and description set by the dialog
Definition at line 80 of file AnalysisParameterDialog.cpp.