MNE-CPP
beta 1.0
|
The BabyMEGSQUIDControlDgl class provides the SQUID control dialog. More...
#include <babymegsquidcontroldgl.h>
Signals | |
void | SendCMDToMEGSource (QString CMDSTR) |
void | inittg () |
void | SCStart () |
void | SCStop () |
Public Member Functions | |
BabyMEGSQUIDControlDgl (BabyMEG *p_pBabyMEG, QWidget *parent=0) | |
void | SendCMD (QString CMDSTR) |
void | InitChannels (QString sReply) |
void | InitGUIConfig (QString sFLLPara) |
void | ReplyCmdProc (QString sReply) |
void | UpdateGUI () |
QString | GenChnInfo (QString) |
void | UpdateInfo (QString newText) |
void | ProcCmd (QString cmd, int index, QString Info) |
void | InitTuneGraph () |
void | TuneGraphDispProc (MatrixXf tmp) |
void | UpdateParaGraph () |
float | mmin (MatrixXf tmp, int chan) |
float | mmax (MatrixXf tmp, int chan) |
Public Attributes | |
BabyMEG * | m_pBabyMEG |
FLLConfig | m_FLLConfig |
GUIStatMachine | m_GUISM |
QVector< QGraphicsLineItem * > | PolyLinePtr |
bool | initplotflag |
QVector< QGraphicsRectItem * > | PolyRectPtr |
PlotSettings | settings |
PlotSettings | settings_tune |
plotter * | d_timeplot |
int | TableRows |
int | TableCols |
QList< QString > | chanNames |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *event) |
The BabyMEGSQUIDControlDgl class provides the SQUID control dialog.
DECLARE CLASS BabyMEGSQUIDControlDgl
Definition at line 188 of file babymegsquidcontroldgl.h.