2#include <NDEVR/Editor.h>
6 class DesignObjectStringWidget;
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
Definition Pointer.hpp:320
A base class for displaying options for editing a single DesignObject, typically a Model.
Definition Editor.h:48
A popup Editor dialog for showing options or information related to Layer model objects.
Definition LayerEditor.h:12
DesignObjectStringWidget * m_name_widget
Definition LayerEditor.h:26
LayerEditor(const DynamicPointer< QTDesignObject > &layer, QWidget *parent=nullptr)
MaterialWidget * m_material_widget
Definition LayerEditor.h:25
Toggle * m_auto_scale_toggle
Definition LayerEditor.h:27
virtual bool fullscreenTouch() const override
Definition LayerEditor.h:18
virtual void updateValues() override
Toggle * m_orient_to_camera_toggle
Definition LayerEditor.h:28
A Button that toggles between on and off. In desktop mode this looks like a checkbox and in touch mod...
Definition Toggle.h:49