MNE-CPP  beta 1.0
Public Member Functions | List of all members
MNEBrowseRawQt::ProjectionWindow Class Reference

The ProjectionWindow class provides a dock window for managing SSP operator projcetions. More...

#include <projectionwindow.h>

Inheritance diagram for MNEBrowseRawQt::ProjectionWindow:

Public Member Functions

 ProjectionWindow (QWidget *parent=0)
 
 ProjectionWindow (QWidget *parent, QFile &qFile)
 
 ProjectionWindow (QWidget *parent, QList< FiffProj > &dataProjs)
 
ProjectionModelgetDataModel ()
 

Detailed Description

The ProjectionWindow class provides a dock window for managing SSP operator projcetions.

DECLARE CLASS ProjectionWindow

Definition at line 75 of file projectionwindow.h.

Constructor & Destructor Documentation

ProjectionWindow::ProjectionWindow ( QWidget *  parent = 0)

Constructs a ProjectionWindow which is a child of parent.

Parameters
[in]parentpointer 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.

Parameters
[in]parentpointer 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]qFilefile 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.

Parameters
[in]parentpointer 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]dataProjslist with already loaded projectors.

Definition at line 84 of file projectionwindow.cpp.

Member Function Documentation

ProjectionModel * ProjectionWindow::getDataModel ( )

Returns the ProjectionModel of this window

Definition at line 112 of file projectionwindow.cpp.


The documentation for this class was generated from the following files: