19 #include <QtWidgets/QWidget>
26 class DtGroundClampingSliderWidget;
27 class DtPopupToolbarButton;
29 class DtGroundClampingLogic;
67 virtual void setEnabled(
bool b );
70 virtual void setValue(
bool b );
74 virtual void setGroundClampingFactor(
int factor );
79 virtual void slot_activate(
DtDe* subject );
85 virtual void on_groundClampingScaleSliderChanged(
int );
91 virtual void on_toolButtonClicked(
bool checked);
122 virtual int maxValue();
125 virtual int minValue();
129 void setValue(
int value );
133 void valueChanged(
int );
147 virtual QWidget* create(
DtDe& de, QWidget* parent,
const Qt::WindowFlags& flags);
Logic to manage the Observer Mode Selection Widget.
Definition: DtGroundClampingLogic.h:28
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69