PeriDyno 1.0.0
Loading...
Searching...
No Matches
QVector3iFieldWidget.h
Go to the documentation of this file.
1
19#pragma once
20#include "QFieldWidget.h"
22
23namespace dyno
24{
26 {
27 Q_OBJECT
28 public:
30
32 ~QVector3iFieldWidget() override;
33
34 public slots:
35 //Called when the field is updated
36 void updateField(int);
37
38 //Called when the widget is updated
39 void updateWidget();
40
41 private:
42 QSpinBox* spinner1;
43 QSpinBox* spinner2;
44 QSpinBox* spinner3;
45 };
46}
#define DECLARE_FIELD_WIDGET
QFieldWidget(FBase *field)
DECLARE_FIELD_WIDGET QVector3iFieldWidget(FBase *field)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25