33#include <NDEVR/Editor.h>
37 class DeploymentViewSettingsUI;
45 class NDEVR_API DeploymentViewSettingsEditor final :
public Editor
54 DeploymentViewSettingsEditor(
const DynamicPointer<QTDesignObject>& deployment, QWidget *parent =
nullptr);
58 virtual ~DeploymentViewSettingsEditor();
66 void updateValues()
override;
71 virtual Buffer<QWidget*> printableWidgets()
override {
return {}; };
73 Ui::DeploymentViewSettingsUI* ui;
A base class for displaying options for editing a single DesignObject, typically a Model.
The primary namespace for the NDEVR SDK.