NDEVR
API Documentation
CalibrationTable.h
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3#include <functional>
4#if NDEVR_CALIBRATION
5namespace NDEVR
6{
10 class NDEVR_API CalibrationTable : public DesignPropertyTable
11 {
12 public:
18 CalibrationTable(QTModelManager* manager, QWidget* parent = nullptr);
23 void addMagneticCalibration(const std::function<void()>& calculate_function);
24 };
25}
26#endif
A base class for tables wishing to show columns of DesignObject properties.
The primary namespace for the NDEVR SDK.