API Documentation
|
#include <SmoothButton.h>
Public Slots | |
void | valueChanged () |
Signals | |
void | requestSettingsSignal () |
Public Member Functions | |
SmoothDialog (QWidget *parent=nullptr) | |
void | setup () |
void | performSmoothing () const |
Public Member Functions inherited from DesignObjectWidgetInterface | |
DesignObjectWidgetInterface () | |
virtual | ~DesignObjectWidgetInterface () |
void | clearTargets () |
void | setTarget (const DynamicPointer< QTDesignObject > &object) |
void | setTargets (const Buffer< DynamicPointer< QTDesignObject > > &objects) |
void | setTargetID (const UUID &object) |
void | setTargetIDs (const Buffer< UUID > &objects) |
virtual void | removeTarget (const DynamicPointer< QTDesignObject > &object) |
virtual void | addTarget (const DynamicPointer< QTDesignObject > &object) |
virtual Bounds< 3, fltp08 > | bounds () const |
virtual void | onTargetUpdated (UUID) |
Buffer< UUID > | targetIDs () const |
Buffer< Model > | models () const |
QTModelManager * | manager () const |
Protected Attributes | |
Toggle * | m_retain_size = nullptr |
Toggle * | m_smooth_normals = nullptr |
QCustomLineEdit * | m_smooth_normals_angle = nullptr |
TimeSpan | m_animation_time |
QCustomComboBox * | m_smoothing_type |
QRadioButton * | m_no_smoothing = nullptr |
QRadioButton * | m_light_smoothing = nullptr |
QRadioButton * | m_normal_smoothing = nullptr |
QRadioButton * | m_heavy_smoothing = nullptr |
QRadioButton * | m_max_smoothing = nullptr |
bool | m_include_retain_size |
bool | m_has_pending |
bool | m_include_smooth_types |
Protected Attributes inherited from DesignObjectWidgetInterface | |
DesignObjectInterface * | m_interface |
Additional Inherited Members | |
Protected Member Functions inherited from DesignObjectWidgetInterface | |
const Dictionary< UUID, DynamicPointer< QTDesignObject > > & | targets () const |
SmoothDialog | ( | QWidget * | parent = nullptr | ) |
void performSmoothing | ( | ) | const |
|
signal |
void setup | ( | ) |
Mesh
|
slot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |