MNE-CPP
beta 1.0
|
The ProjectionWindow class provides a dock window for managing SSP operator projcetions. More...
#include <projectionwindow.h>
Public Member Functions | |
ProjectionWindow (QWidget *parent=0) | |
ProjectionWindow (QWidget *parent, QFile &qFile) | |
ProjectionWindow (QWidget *parent, QList< FiffProj > &dataProjs) | |
ProjectionModel * | getDataModel () |
The ProjectionWindow class provides a dock window for managing SSP operator projcetions.
DECLARE CLASS ProjectionWindow
Definition at line 75 of file projectionwindow.h.
ProjectionWindow::ProjectionWindow | ( | QWidget * | parent = 0 | ) |
Constructs a ProjectionWindow which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new ProjectionWindow becomes a window. If parent is another widget, ProjectionWindow becomes a child window inside parent. ProjectionWindow is deleted when its parent is deleted. |
Definition at line 58 of file projectionwindow.cpp.
ProjectionWindow::ProjectionWindow | ( | QWidget * | parent, |
QFile & | qFile | ||
) |
Constructs a ProjectionWindow which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new ProjectionWindow becomes a window. If parent is another widget, ProjectionWindow becomes a child window inside parent. ProjectionWindow is deleted when its parent is deleted. |
[in] | qFile | file to read the projectors from. |
Definition at line 71 of file projectionwindow.cpp.
ProjectionWindow::ProjectionWindow | ( | QWidget * | parent, |
QList< FiffProj > & | dataProjs | ||
) |
Constructs a ProjectionWindow which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new ProjectionWindow becomes a window. If parent is another widget, ProjectionWindow becomes a child window inside parent. ProjectionWindow is deleted when its parent is deleted. |
[in] | dataProjs | list with already loaded projectors. |
Definition at line 84 of file projectionwindow.cpp.
ProjectionModel * ProjectionWindow::getDataModel | ( | ) |
Returns the ProjectionModel of this window
Definition at line 112 of file projectionwindow.cpp.