15 #include <QtWidgets/QWidget>
16 #include <QtWidgets/QDoubleSpinBox>
32 DtVec2Widget(QWidget * parent,
bool horizontally =
true);
37 virtual void setValue(
float x,
float y);
42 virtual void getValue(
float& x,
float& y);
67 virtual void setValue(
float x,
float y,
float z);
73 virtual void getValue(
float& x,
float& y,
float& z);
100 virtual void setValue(
float x,
float y,
float z,
float w);
107 virtual void getValue(
float& x,
float& y,
float& z,
float& w);
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.