25#ifndef FWDSETTINGSVIEW_H
26#define FWDSETTINGSVIEW_H
42#include <QSharedPointer>
57 class FwdSettingsViewWidget;
86 Qt::WindowFlags f = Qt::Widget);
141 FIFFLIB::fiff_int_t iCoordFrame,
Bi-hemispheric pair of FreeSurfer annotations (lh + rh) for one parcellation atlas.
Common base widget for every dockable Quick-Control settings panel in DISPLIB.
Export macros and build-info hooks for the DISPLIB shared library.
#define DISPSHARED_EXPORT
Primitive scalar typedefs and forward-compatible aliases backing the FIFF type system.
FreeSurfer surface, annotation and parcellation I/O for mne-cpp.
2-D display widgets and visualisation helpers (charts, topography, colour maps).
AbstractView(QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
void setSolutionInformation(FIFFLIB::fiff_int_t iSourceOri, FIFFLIB::fiff_int_t iCoordFrame, int iNSource, int iNChan, int iNSpaces)
void showAtlasDirDialog()
void setClusteredInformation(int iNSource)
void doForwardComputation()
bool getRecomputationStatusChanged()
Ui::FwdSettingsViewWidget * m_pUi
void clusterNumberChanged(int iNCluster)
void setRecomputationStatus(int iStatus)
void atlasDirChanged(const QString &sDirPath, const FSLIB::FsAnnotationSet::SPtr pAnnotationSet)
void updateProcessingMode(ProcessingMode mode)
void clusteringStatusChanged(bool bChecked)
void recompStatusChanged(bool bChecked)
void onClusteringStatusChanged(bool bChecked)
void updateGuiMode(GuiMode mode)
FwdSettingsView(const QString &sSettingsPath="", QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
bool getClusteringStatusChanged()
Container holding the lh and/or rh FsAnnotation for one parcellation atlas.
QSharedPointer< FsAnnotationSet > SPtr