API Documentation
|
#include <ModelMaterialEditor.h>
Public Types | |
enum | OutlineMode { e_solid , e_bold_edges , e_wireframe , e_grid } |
Public Member Functions | |
ModelMaterialEditor (const DynamicPointer< QTDesignObject > &model, QWidget *parent=Q_NULLPTR) | |
~ModelMaterialEditor () | |
void | setOutlineMode (const OutlineMode &mode) |
virtual void | updateValues () override |
Public Member Functions inherited from Editor | |
Editor (QWidget *parent=nullptr) | |
Editor (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
virtual bool | fullscreenTouch () const |
virtual bool | allowDocking () const |
virtual TranslatedString | customDialogTitle () const |
virtual String | customDialogIcon () const |
virtual InterfaceOrientationController * | orientationController () const |
virtual Buffer< QWidget * > | printableWidgets () |
virtual Buffer< QWidget * > | printableWidgetOptions () |
virtual Buffer< QWidget * > | bottomOptions () |
virtual void | setTarget (const DynamicPointer< QTDesignObject > &object) |
virtual void | setHorizontal (bool horizontal) |
virtual void | requestScrollEnabled (bool enabled) |
const DynamicPointer< QTDesignObject > & | target () const |
virtual void | setup (DesignObjectDialog *, const ShowPropertiesSettings &) |
virtual bool | isBusy () const |
Protected Attributes | |
Buffer< UVChannelEditWidget * > | m_lighting_widgets |
Ui::ModelMaterialEditorUI * | ui |
Protected Attributes inherited from Editor | |
InterfaceOrientationController * | m_orientation_controller |
DynamicPointer< QTDesignObject > | m_design_object |
Additional Inherited Members | |
Signals inherited from Editor | |
void | objectUpdatedSignal () |
void | isBusyStatusChanged () |
Protected Slots inherited from Editor | |
void | onDesignObjectUpdateSlot () |
enum OutlineMode |
ModelMaterialEditor | ( | const DynamicPointer< QTDesignObject > & | model, |
QWidget * | parent = Q_NULLPTR ) |
~ModelMaterialEditor | ( | ) |
void setOutlineMode | ( | const OutlineMode & | mode | ) |
|
overridevirtual |
Implements Editor.
|
protected |
|
protected |