MNE-CPP
beta 1.0
|
The SourceLabRunWidget class provides the SourceLab configuration window for the run mode. More...
#include <rtsssrunwidget.h>
Public Member Functions | |
RtSssRunWidget (RtSss *toolbox, QWidget *parent=0) | |
~RtSssRunWidget () | |
void | writeToLog (QString p_sLogMsg) |
The SourceLabRunWidget class provides the SourceLab configuration window for the run mode.
DECLARE CLASS SourceLabRunWidget
Definition at line 85 of file rtsssrunwidget.h.
RtSssRunWidget::RtSssRunWidget | ( | RtSss * | toolbox, |
QWidget * | parent = 0 |
||
) |
Constructs a RtSssRunWidget which is a child of parent.
[in] | toolbox | a pointer to the corresponding RtSss. |
[in] | parent | pointer to parent widget; If parent is 0, the new RtSssRunWidget becomes a window. If parent is another widget, DummyRunWidget becomes a child window inside parent. RtSssRunWidget is deleted when its parent is deleted. |
Definition at line 60 of file rtsssrunwidget.cpp.
RtSssRunWidget::~RtSssRunWidget | ( | ) |
Destroys the RtSssRunWidget. All RtSssRunWidget's children are deleted first. The application exits if RtSssRunWidget is the main widget.
Definition at line 72 of file rtsssrunwidget.cpp.
void RtSssRunWidget::writeToLog | ( | QString | p_sLogMsg | ) |
Writes to SourceLab run log
[in] | p_sLogMsg | status message to append |
Definition at line 80 of file rtsssrunwidget.cpp.