MNE-CPP
beta 1.0
|
The RtSssSetupWidget class provides the RtSss configuration window. More...
#include <rtssssetupwidget.h>
Signals | |
void | signalNewLinRR (int val) |
void | signalNewLoutRR (int val) |
void | signalNewLin (int val) |
void | signalNewLout (int val) |
Public Member Functions | |
RtSssSetupWidget (RtSss *toolbox, QWidget *parent=0) | |
~RtSssSetupWidget () | |
int | getLinRR () |
int | getLoutRR () |
int | getLin () |
int | getLout () |
The RtSssSetupWidget class provides the RtSss configuration window.
DECLARE CLASS RtSssSetupWidget
Definition at line 86 of file rtssssetupwidget.h.
RtSssSetupWidget::RtSssSetupWidget | ( | RtSss * | toolbox, |
QWidget * | parent = 0 |
||
) |
Constructs a RtSssSetupWidget 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 RtSssSetupWidget becomes a window. If parent is another widget, RtSssSetupWidget becomes a child window inside parent. RtSssSetupWidget is deleted when its parent is deleted. |
Definition at line 67 of file rtssssetupwidget.cpp.
RtSssSetupWidget::~RtSssSetupWidget | ( | ) |
Destroys the RtSssSetupWidget. All RtSssSetupWidget's children are deleted first. The application exits if RtSssSetupWidget is the main widget.
Definition at line 86 of file rtssssetupwidget.cpp.