33#include <NDEVR/Editor.h>
34#include <NDEVR/Material.h>
39 class QCustomScrollArea;
40 class SolidMaterialEditor;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
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
Container responsible for storing and setting the appearance of a Model or Geometry within the NDEVR ...
Definition Material.h:51
A popup Editor dialog for showing options or information related to showing all of the materials that...
Definition ModelMaterialsDialog.h:46
Buffer< Material > solidMaterials()
virtual void updateValues() final override
virtual ~ModelMaterialsDialog()
Buffer< Material > outlineMaterials()
ModelMaterialsDialog(const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr)
virtual void setHorizontal(bool horizontal) final override