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
Definition SmoothButton.h:43
SmoothDialog(QWidget *parent=nullptr)
bool m_include_smooth_types
Definition SmoothButton.h:68
QRadioButton * m_heavy_smoothing
Definition SmoothButton.h:64
QRadioButton * m_light_smoothing
Definition SmoothButton.h:62
QRadioButton * m_max_smoothing
Definition SmoothButton.h:65
void performSmoothing() const
QCustomLineEdit * m_smooth_normals_angle
Definition SmoothButton.h:58
QRadioButton * m_no_smoothing
Definition SmoothButton.h:61
bool m_include_retain_size
Definition SmoothButton.h:66
Toggle * m_smooth_normals
Definition SmoothButton.h:57
Toggle * m_retain_size
Definition SmoothButton.h:56
void requestSettingsSignal()
QRadioButton * m_normal_smoothing
Definition SmoothButton.h:63
TimeSpan m_animation_time
Definition SmoothButton.h:59
bool m_has_pending
Definition SmoothButton.h:67
QCustomComboBox * m_smoothing_type
Definition SmoothButton.h:60
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.
Definition Toggle.h:49