35#ifndef FWDSETTINGSVIEW_H
36#define FWDSETTINGSVIEW_H
42#include "../disp_global.h"
52#include <QSharedPointer>
67 class FwdSettingsViewWidget;
94 Qt::WindowFlags f = Qt::Widget);
104 bool getRecomputationStatusChanged();
113 void setRecomputationStatus(
int iStatus);
121 bool getClusteringStatusChanged();
129 int getClusterNumber();
135 void showAtlasDirDialog();
148 void setSolutionInformation(FIFFLIB::fiff_int_t iSourceOri,
149 FIFFLIB::fiff_int_t iCoordFrame,
161 void setClusteredInformation(
int iNSource);
170 void onClusteringStatusChanged(
bool bChecked);
197 void updateGuiMode(GuiMode mode);
205 void updateProcessingMode(ProcessingMode mode);
#define DISPSHARED_EXPORT
Definitions for describing the objects in a FIFF file.
AnnotationSet class declaration.
The AbstractView class provides the base calss for all Disp viewers.
The FwdSettingsView class provides a QWidget for the real-time Forward Solution controls.
void doForwardComputation()
Ui::FwdSettingsViewWidget * m_pUi
void atlasDirChanged(const QString &sDirPath, const FSLIB::AnnotationSet::SPtr pAnnotationSet)
void clusterNumberChanged(int iNCluster)
void clusteringStatusChanged(bool bChecked)
void recompStatusChanged(bool bChecked)
QSharedPointer< AnnotationSet > SPtr
AbstractView class declaration.