MNE-CPP
beta 0.1
|
The BrainMonitorRunWidget class provides the DummyToolbox configuration window for the run mode. More...
#include <brainmonitorrunwidget.h>
Public Member Functions | |
BrainMonitorRunWidget (BrainMonitor *p_pBrainMonitor, QWidget *parent=0) | |
~BrainMonitorRunWidget () | |
The BrainMonitorRunWidget class provides the DummyToolbox configuration window for the run mode.
DECLARE CLASS BrainMonitorRunWidget
Definition at line 85 of file brainmonitorrunwidget.h.
BrainMonitorRunWidget::BrainMonitorRunWidget | ( | BrainMonitor * | p_pBrainMonitor, |
QWidget * | parent = 0 |
||
) |
Constructs a BrainMonitorRunWidget which is a child of parent.
[in] | p_pBrainMonitor | a pointer to the corresponding DummyToolbox. |
[in] | parent | pointer to parent widget; If parent is 0, the new BrainMonitorRunWidget becomes a window. If parent is another widget, BrainMonitorRunWidget becomes a child window inside parent. BrainMonitorRunWidget is deleted when its parent is deleted. |
Definition at line 60 of file brainmonitorrunwidget.cpp.
BrainMonitorRunWidget::~BrainMonitorRunWidget | ( | ) |
Destroys the BrainMonitorRunWidget. All BrainMonitorRunWidget's children are deleted first. The application exits if BrainMonitorRunWidget is the main widget.
Definition at line 72 of file brainmonitorrunwidget.cpp.