SpikeStream Application Library  0.2
ViewParametersDialog.h
Go to the documentation of this file.
00001 #ifndef VIEWPARAMETERSDIALOG_H
00002 #define VIEWPARAMETERSDIALOG_H
00003 
00004 //Qt includes
00005 #include <QDialog>
00006 #include <QHash>
00007 
00008 namespace spikestream {
00009 
00011         class ViewParametersDialog : public QDialog {
00012                 Q_OBJECT
00013 
00014                 public:
00015                         ViewParametersDialog(QHash<QString, double> parameterMap, QWidget* parent);
00016                         ~ViewParametersDialog();
00017         };
00018 
00019 }
00020 
00021 #endif//VIEWPARAMETERSDIALOG
 All Classes Files Functions Variables Typedefs Friends Defines