v2.0.0
Loading...
Searching...
No Matches
src
libraries
disp
viewers
multiviewwindow.cpp
Go to the documentation of this file.
1
//=============================================================================================================
14
15
//=============================================================================================================
16
// INCLUDES
17
//=============================================================================================================
18
19
#include "
multiviewwindow.h
"
20
#include "
multiview.h
"
21
22
//=============================================================================================================
23
// Qt INCLUDES
24
//=============================================================================================================
25
26
#include <QGridLayout>
27
#include <QListView>
28
#include <QDockWidget>
29
#include <QDebug>
30
31
//=============================================================================================================
32
// USED NAMESPACES
33
//=============================================================================================================
34
35
using namespace
DISPLIB
;
36
37
//=============================================================================================================
38
// DEFINE MEMBER METHODS
39
//=============================================================================================================
40
41
MultiViewWindow::MultiViewWindow
(QWidget *parent,
42
Qt::WindowFlags flags)
43
: QDockWidget(parent, flags)
44
{
45
//this->setWidget(parent);
46
}
47
48
//=============================================================================================================
49
50
MultiViewWindow::~MultiViewWindow
()
51
{
52
53
}
multiview.h
QMainWindow container hosting an arbitrary number of MultiViewWindow dock widgets.
multiviewwindow.h
QDockWidget wrapper used as the building block of MultiView layouts.
DISPLIB
2-D display widgets and visualisation helpers (charts, topography, colour maps).
DISPLIB::MultiViewWindow::~MultiViewWindow
~MultiViewWindow()
Definition
multiviewwindow.cpp:50
DISPLIB::MultiViewWindow::MultiViewWindow
MultiViewWindow(QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::WindowFlags())
Definition
multiviewwindow.cpp:41
Generated on
for MNE-CPP by
1.16.1