MNE-CPP  beta 1.0
Public Member Functions | List of all members
RtSssPlugin::RtSssRunWidget Class Reference

The SourceLabRunWidget class provides the SourceLab configuration window for the run mode. More...

#include <rtsssrunwidget.h>

Inheritance diagram for RtSssPlugin::RtSssRunWidget:

Public Member Functions

 RtSssRunWidget (RtSss *toolbox, QWidget *parent=0)
 
 ~RtSssRunWidget ()
 
void writeToLog (QString p_sLogMsg)
 

Detailed Description

The SourceLabRunWidget class provides the SourceLab configuration window for the run mode.

DECLARE CLASS SourceLabRunWidget

Definition at line 85 of file rtsssrunwidget.h.

Constructor & Destructor Documentation

RtSssRunWidget::RtSssRunWidget ( RtSss toolbox,
QWidget *  parent = 0 
)

Constructs a RtSssRunWidget which is a child of parent.

Parameters
[in]toolboxa pointer to the corresponding RtSss.
[in]parentpointer 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.

Member Function Documentation

void RtSssRunWidget::writeToLog ( QString  p_sLogMsg)

Writes to SourceLab run log

Parameters
[in]p_sLogMsgstatus message to append

Definition at line 80 of file rtsssrunwidget.cpp.


The documentation for this class was generated from the following files: