Skip to main content

ArtifactSettingsView

Namespace: DISPLIB  ·  Library: Display Library

#include <disp/artifactsettingsview.h>

class DISPLIB::ArtifactSettingsView

Per-modality peak-to-peak artefact-rejection threshold panel.

Builds one QCheckBox + QDoubleSpinBox row per supported channel modality and emits changeArtifactThreshold(QMap) when any threshold or activation flag changes.

Inheritance


Public Methods

ArtifactSettingsView(sSettingsPath, fiffChInfoList, parent)


~ArtifactSettingsView()

Destroys the ArtifactSettingsView.


setChInfo(fiffChInfoList)


getThresholdMap()


setThresholdMap(mapThresholds)


getDoArtifactThresholdRejection()


saveSettings()

Saves all important settings of this view via QSettings.


loadSettings()

Loads and inits all important settings of this view via QSettings.


clearView()

Clears the view.


Authors of this file