MNE-CPP
beta 1.0
|
The ProjectorWidget class provides the sensor selection widget. More...
#include <projectorwidget.h>
Signals | |
void | projSelectionChanged () |
Public Member Functions | |
ProjectorWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
void | createUI () |
void | setFiffInfo (FiffInfo::SPtr &p_pFiffInfo) |
The ProjectorWidget class provides the sensor selection widget.
DECLARE CLASS ProjectorWidget
Definition at line 89 of file projectorwidget.h.
ProjectorWidget::ProjectorWidget | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Constructs a ProjectorWidget which is a child of parent.
[in] | parent | parent of widget |
[in] | f | widget flags |
Definition at line 67 of file projectorwidget.cpp.
void ProjectorWidget::createUI | ( | ) |
Create the user interface
Definition at line 75 of file projectorwidget.cpp.
void ProjectorWidget::setFiffInfo | ( | FiffInfo::SPtr & | p_pFiffInfo | ) |
Set fiff info
Definition at line 113 of file projectorwidget.cpp.