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