MNE-CPP
beta 1.0
|
The TMSISetupWidget class provides the TMSI configuration window. More...
#include <bcisetupwidget.h>
Public Member Functions | |
BCISetupWidget (BCI *pBCI, QWidget *parent=0) | |
~BCISetupWidget () | |
void | initGui () |
Protected Member Functions | |
bool | eventFilter (QObject *object, QEvent *event) |
The TMSISetupWidget class provides the TMSI configuration window.
DECLARE CLASS TMSISetupWidget
Definition at line 79 of file bcisetupwidget.h.
BCISetupWidget::BCISetupWidget | ( | BCI * | pBCI, |
QWidget * | parent = 0 |
||
) |
Constructs a BCISetupWidget which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new BCISetupWidget becomes a window. If parent is another widget, BCISetupWidget becomes a child window inside parent. BCISetupWidget is deleted when its parent is deleted. |
[in] | pBCI | a pointer to the corresponding BCI. |
Definition at line 70 of file bcisetupwidget.cpp.
BCISetupWidget::~BCISetupWidget | ( | ) |
Destroys the BCISetupWidget. All BCISetupWidget's children are deleted first. The application exits if BCISetupWidget is the main widget.
Definition at line 159 of file bcisetupwidget.cpp.
|
protected |
Filters specified objects for wanted events -> intercepts events
Definition at line 451 of file bcisetupwidget.cpp.
void BCISetupWidget::initGui | ( | ) |
Initializes the BCI's GUI properties.
Definition at line 166 of file bcisetupwidget.cpp.