NDEVR
API Documentation
ModelMaterialsDialog

A popup Editor dialog for showing options or information related to showing all of the materials that a Model might have. More...

Inheritance diagram for ModelMaterialsDialog:
[legend]
Collaboration diagram for ModelMaterialsDialog:
[legend]

Public Member Functions

 ModelMaterialsDialog (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr)
 Constructs the materials dialog for the given design object.
virtual ~ModelMaterialsDialog ()
 Destroys the materials dialog and releases resources.
virtual void setHorizontal (bool horizontal) final override
 Sets the layout orientation of the dialog to horizontal or vertical.
Public Member Functions inherited from Editor
 Editor (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr)
 Constructs an Editor targeting the given design object.
 Editor (QWidget *parent=nullptr)
 Constructs an Editor with no design object target.
virtual Buffer< QWidget * > bottomOptions ()
 Returns widgets to be placed at the bottom of the editor layout.
virtual StringView customDialogIcon () const
 Returns a custom icon name for the editor dialog, or an empty string if none.
virtual TranslatedString customDialogTitle () const
 Returns a custom title for the editor dialog, or an empty string if none.
virtual bool disableExport () const
 Returns whether exporting should be disabled for this editor.
Model getModel () const
 Returns the target design object as a Model.
DesignObject getObject () const
 Returns the target design object.
virtual bool isBusy () const
 Returns whether the editor is currently busy performing an operation.
void isBusyStatusChanged ()
 Emitted when the busy status of the editor changes.
virtual bool isHorizontal () const
 Returns whether the editor layout is horizontal.
virtual void moveTargetWithMouse ()
 Initiates interactive mouse-based movement of the target object in the viewport.
void objectUpdatedSignal ()
 Emitted when the target object has been updated.
virtual InterfaceOrientationControllerorientationController () const
 Returns the orientation controller associated with this editor.
virtual Buffer< QWidget * > printableWidgetOptions ()
 Returns option widgets to configure printing for this editor.
virtual Buffer< QWidget * > printableWidgets ()
 Returns the widgets that can be printed from this editor.
virtual void requestScrollEnabled (bool enabled)
 Requests enabling or disabling scrolling within the editor.
virtual void setReadOnly (bool read_only)
 Sets whether the editor is in read-only mode.
virtual void setTarget (const DynamicPointer< QTDesignObject > &object)
 Sets the design object target for this editor.
virtual void setup (DesignObjectDialog *, const ShowPropertiesSettings &)
 Sets up the editor with a parent dialog and property display settings.
virtual EditorShowMode showMode () const
 Returns the preferred display mode for this editor.
const DynamicPointer< QTDesignObject > & target () const
 Returns the current design object target.

Protected Member Functions

Buffer< Materialmaterials ()
 Retrieves the current list of materials from the target model.
virtual void updateValues () final override
 Updates all UI values from the current target model and its materials.
Protected Member Functions inherited from Editor
void onDesignObjectDeletedSlot ()
 Slot called when the target design object is deleted.
void onDesignObjectUpdateSlot ()
 Slot called when the target design object is updated.

Protected Attributes

Buffer< Materialm_last_materials
 Cached list of materials from the last update.
LineworkMaterialEditorm_line_material_editor = nullptr
 Editor for linework material properties.
DesignObjectGallerym_material_gallery = nullptr
 Gallery widget for browsing and selecting materials.
QCustomScrollAream_scroll_area
 Scroll area containing the material editors.
SolidMaterialEditorm_solid_material_editor = nullptr
 Editor for solid material properties.
Protected Attributes inherited from Editor
DynamicPointer< QTDesignObjectm_design_object
 The design object being edited.
bool m_is_read_only = false
 Whether the editor is in read-only mode.
InterfaceOrientationControllerm_orientation_controller
 The orientation controller for this editor.

Detailed Description

A popup Editor dialog for showing options or information related to showing all of the materials that a Model might have.


Definition at line 47 of file ModelMaterialsDialog.h.

Constructor & Destructor Documentation

◆ ModelMaterialsDialog()

ModelMaterialsDialog::ModelMaterialsDialog ( const DynamicPointer< QTDesignObject > & object,
QWidget * parent = nullptr )

Constructs the materials dialog for the given design object.

Parameters
[in]objectThe design object whose materials are displayed.
[in]parentThe optional parent widget.

Member Function Documentation

◆ materials()

Buffer< Material > ModelMaterialsDialog::materials ( )
protected

Retrieves the current list of materials from the target model.

Returns
A buffer of Material objects.

◆ setHorizontal()

virtual void ModelMaterialsDialog::setHorizontal ( bool horizontal)
finaloverridevirtual

Sets the layout orientation of the dialog to horizontal or vertical.

Parameters
[in]horizontalWhether to use a horizontal layout.

Reimplemented from Editor.


The documentation for this class was generated from the following file: