|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
The MultiViewWindow class provides sub windows as QDockWidgets. More...
#include <multiviewwindow.h>
Public Types | |
| typedef QSharedPointer< MultiViewWindow > | SPtr |
| typedef QSharedPointer< const MultiViewWindow > | ConstSPtr |
Public Member Functions | |
| MultiViewWindow (QWidget *parent=Q_NULLPTR, Qt::WindowFlags flags=Qt::WindowFlags()) | |
| ~MultiViewWindow () | |
The MultiViewWindow class provides sub windows as QDockWidgets.
Definition at line 71 of file multiviewwindow.h.

| typedef QSharedPointer<const MultiViewWindow> DISPLIB::MultiViewWindow::ConstSPtr |
Const shared pointer type for MultiViewWindow.
Definition at line 77 of file multiviewwindow.h.
| typedef QSharedPointer<MultiViewWindow> DISPLIB::MultiViewWindow::SPtr |
Shared pointer type for MultiViewWindow.
Definition at line 76 of file multiviewwindow.h.
|
explicit |
Constructs an MultiViewWindow.
Definition at line 61 of file multiviewwindow.cpp.
| MultiViewWindow::~MultiViewWindow | ( | ) |
Destructs an MultiViewWindow.
Definition at line 70 of file multiviewwindow.cpp.
1.8.17