35 #ifndef COMPENSATORVIEW_H
36 #define COMPENSATORVIEW_H
42 #include "../disp_global.h"
87 typedef QSharedPointer<CompensatorView>
SPtr;
88 typedef QSharedPointer<const CompensatorView>
ConstSPtr;
98 Qt::WindowFlags f = Qt::Widget);
112 QList<FIFFLIB::FiffCtfComp> getCompensators()
const;
120 int getLastTo()
const;
128 void setCompensators(
const QList<FIFFLIB::FiffCtfComp>& comps);
148 void updateGuiMode(GuiMode mode);
156 void updateProcessingMode(ProcessingMode mode);
175 void onCheckCompStatusChanged();
185 QMap<int,bool> m_mapCompActive;
192 void compClicked(
const QString& text);
198 void compSelectionChanged(
int to);
202 #endif // COMPENSATORVIEW_H