API Documentation
Loading...
Searching...
No Matches
CalibrationTable.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3#include <functional>
4#if NDEVR_CALIBRATION
5namespace NDEVR
6{
7 /**--------------------------------------------------------------------------------------------------
8 \brief A table showing a list of Calibration models.
9 **/
10 class NDEVR_API CalibrationTable : public DesignPropertyTable
11 {
12 public:
13 CalibrationTable(QTModelManager* manager, QWidget* parent = nullptr);
14 void addMagneticCalibration(const std::function<void()>& calculate_function);
15 };
16}
17#endif
#define NDEVR_API
Definition DLLInfo.h:50
Definition ACIColor.h:37