17 #if !defined(Q_MOC_RUN)
28 class DtModelScaleSliderWidget;
29 class DtPopupToolbarButton;
31 class DtModelScaleWidgetLogic;
67 virtual void setEnabled(
bool b );
70 virtual void setValue(
bool b );
74 virtual void setModelScaleFactor(
int factor );
77 virtual void setMaxModelScaleFactor(
int maxModelScaleFactor );
85 virtual void setWidgetsVisible(
bool visible);
90 virtual void slot_activate(
DtDe* subject );
96 virtual void on_modelScaleSliderChanged(
int );
100 virtual void on_toolButtonClicked(
bool checked);
131 void setValue(
int value );
134 void setMaxModelScaleFactor(
int maxModelScaleFactor );
137 void valueChanged(
int );
151 virtual QWidget* create(
DtDe& de, QWidget* parent,
const Qt::WindowFlags& flags);
Contains makVrv::DtSubjectObserver class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69