![]() |
API Documentation
|
A popup Editor dialog for showing options or information related to showing all of the materials that a Model might have. More...
#include <ModelMaterialsDialog.h>
Public Member Functions | |
| ModelMaterialsDialog (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
| virtual void | setHorizontal (bool horizontal) final override |
| virtual | ~ModelMaterialsDialog () |
Public Member Functions inherited from Editor | |
| virtual bool | allowDocking () const |
| virtual Buffer< QWidget * > | bottomOptions () |
| virtual String | customDialogIcon () const |
| virtual TranslatedString | customDialogTitle () const |
| Editor (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
| Editor (QWidget *parent=nullptr) | |
| virtual bool | fullscreenTouch () const |
| virtual bool | isBusy () const |
| virtual InterfaceOrientationController * | orientationController () const |
| virtual Buffer< QWidget * > | printableWidgetOptions () |
| virtual Buffer< QWidget * > | printableWidgets () |
| virtual void | requestScrollEnabled (bool enabled) |
| virtual void | setTarget (const DynamicPointer< QTDesignObject > &object) |
| virtual void | setup (DesignObjectDialog *, const ShowPropertiesSettings &) |
| const DynamicPointer< QTDesignObject > & | target () const |
Protected Member Functions | |
| Buffer< Material > | outlineMaterials () |
| Buffer< Material > | solidMaterials () |
| virtual void | updateValues () final override |
Protected Attributes | |
| Buffer< Editor * > | m_editors |
| Buffer< Material > | m_last_outline_mats |
| Buffer< Material > | m_last_solid_mats |
| QCustomScrollArea * | m_scroll_area |
| QCustomToolBox * | m_toolbox = nullptr |
Protected Attributes inherited from Editor | |
| DynamicPointer< QTDesignObject > | m_design_object |
| InterfaceOrientationController * | m_orientation_controller |
Additional Inherited Members | |
Signals inherited from Editor | |
| void | isBusyStatusChanged () |
| void | objectUpdatedSignal () |
Protected Slots inherited from Editor | |
| void | onDesignObjectUpdateSlot () |
A popup Editor dialog for showing options or information related to showing all of the materials that a Model might have.
| ModelMaterialsDialog | ( | const DynamicPointer< QTDesignObject > & | object, |
| QWidget * | parent = nullptr ) |
|
virtual |
|
finaloverridevirtual |
Reimplemented from Editor.
|
finaloverrideprotectedvirtual |
Implements Editor.
|
protected |
|
protected |