33#include <NDEVR/DesignObjectWidgetInterface.h>
40 class QCustomLineEdit;
41 class QCustomComboBox;
A compact way to present a list of options to the user.
Definition QCustomCombobox.h:53
A line edit allows users to enter and edit a single line of plain text with useful editing functions,...
Definition QCustomLineEdit.h:56
A widget allowing the user to select options and execute smoothing a 3D mesh.
Definition SmoothButton.h:46
SmoothDialog(QWidget *parent=nullptr)
bool m_include_smooth_types
Definition SmoothButton.h:71
QRadioButton * m_heavy_smoothing
Definition SmoothButton.h:67
QRadioButton * m_light_smoothing
Definition SmoothButton.h:65
QRadioButton * m_max_smoothing
Definition SmoothButton.h:68
void performSmoothing() const
QCustomLineEdit * m_smooth_normals_angle
Definition SmoothButton.h:61
QRadioButton * m_no_smoothing
Definition SmoothButton.h:64
bool m_include_retain_size
Definition SmoothButton.h:69
Toggle * m_smooth_normals
Definition SmoothButton.h:60
Toggle * m_retain_size
Definition SmoothButton.h:59
void requestSettingsSignal()
QRadioButton * m_normal_smoothing
Definition SmoothButton.h:66
TimeSpan m_animation_time
Definition SmoothButton.h:62
bool m_has_pending
Definition SmoothButton.h:70
QCustomComboBox * m_smoothing_type
Definition SmoothButton.h:63
Stores a time span, or difference between two times, with an optional start time.
Definition TimeSpan.h:46
A Button that toggles between on and off. In desktop mode this looks like a checkbox and in touch mod...
Definition Toggle.h:49