33#include <NDEVR/Editor.h>
35#include <NDEVR/QTModelManager.h>
39 class ScanModelEditorUI;
43 class QTResourceListener;
47 class ScanModelEditor :
public Editor
51 ScanModelEditor(
const DynamicPointer<QTDesignObject>& station, QWidget* parent =
nullptr);
52 virtual ~ScanModelEditor();
54 void updateValues()
override;
55 void showEditingControls(
bool show);
56 QSize sizeHint()
const override;
58 void setScanLocation(
const Vertex<3, fltp08>& location);
61 void updateCalibrationFromUI();
63 Ui::ScanModelEditorUI* scan_ui;
64 BasicThread* m_update_thread =
nullptr;
65 QTResourceListener* m_units_listener;
Definition FontEditor.h:6