v2.0.0
Loading...
Searching...
No Matches
abstractview.cpp
Go to the documentation of this file.
1//=============================================================================================================
34
35//=============================================================================================================
36// INCLUDES
37//=============================================================================================================
38
39#include "abstractview.h"
40
41//=============================================================================================================
42// QT INCLUDES
43//=============================================================================================================
44
45#include <QDebug>
46//=============================================================================================================
47// EIGEN INCLUDES
48//=============================================================================================================
49
50//=============================================================================================================
51// USED NAMESPACES
52//=============================================================================================================
53
54using namespace DISPLIB;
55
56//=============================================================================================================
57// DEFINE MEMBER METHODS
58//=============================================================================================================
59
61 Qt::WindowFlags f)
62: QWidget(parent, f)
63{
64}
65
66//=============================================================================================================
67
69{
70 updateGuiMode(mode);
71};
72
73//=============================================================================================================
74
Declaration of the AbstractView Class.
2-D display widgets and visualisation helpers (charts, topography, colour maps).
virtual void setProcessingMode(ProcessingMode mode)
virtual void setGuiMode(GuiMode mode)
AbstractView(QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
virtual void updateProcessingMode(ProcessingMode mode)=0
virtual void updateGuiMode(GuiMode mode)=0