MNE-CPP
beta 1.0
|
The TriggerControlSetupWidget class provides the TriggerControlToolbox configuration window. More...
#include <settingswidget.h>
Public Member Functions | |
SettingsWidget (QWidget *parent=0) | |
~SettingsWidget () | |
The TriggerControlSetupWidget class provides the TriggerControlToolbox configuration window.
DECLARE CLASS TriggerControlSetupWidget
Definition at line 53 of file settingswidget.h.
|
explicit |
Constructs a SettingsWidget dialog which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new SettingsWidget becomes a window. If parent is another widget, SettingsWidget becomes a child window inside parent. SettingsWidget is deleted when its parent is deleted. |
Definition at line 75 of file settingswidget.cpp.
SettingsWidget::~SettingsWidget | ( | ) |
Destroys the SettingsWidget. All SettingsWidget's children are deleted first. The application exits if SettingsWidget is the main widget.
Definition at line 98 of file settingswidget.cpp.