MNE-CPP
beta 1.0
|
The DummySetupWidget class provides the DummyToolbox configuration window. More...
#include <mnesetupwidget.h>
Public Member Functions | |
MNESetupWidget (MNE *toolbox, QWidget *parent=0) | |
~MNESetupWidget () | |
void | setClusteringState () |
void | setSetupState () |
The DummySetupWidget class provides the DummyToolbox configuration window.
DECLARE CLASS DummySetupWidget
Definition at line 86 of file mnesetupwidget.h.
MNESetupWidget::MNESetupWidget | ( | MNE * | toolbox, |
QWidget * | parent = 0 |
||
) |
Constructs a MNESetupWidget which is a child of parent.
[in] | toolbox | a pointer to the corresponding MNEToolbox. |
[in] | parent | pointer to parent widget; If parent is 0, the new MNESetupWidget becomes a window. If parent is another widget, DummySetupWidget becomes a child window inside parent. DummySetupWidget is deleted when its parent is deleted. |
Definition at line 74 of file mnesetupwidget.cpp.
MNESetupWidget::~MNESetupWidget | ( | ) |
Destroys the MNESetupWidget. All MNESetupWidget's children are deleted first. The application exits if MNESetupWidget is the main widget.
Definition at line 104 of file mnesetupwidget.cpp.
void MNESetupWidget::setClusteringState | ( | ) |
Adapts the UI to clustering state
Definition at line 112 of file mnesetupwidget.cpp.
void MNESetupWidget::setSetupState | ( | ) |
Adapts the UI to setup state
Definition at line 121 of file mnesetupwidget.cpp.