PeriDyno 1.0.0
Loading...
Searching...
No Matches
QIntegerFieldWidget.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 ~QIntegerFieldWidget() override {};
33
34 public slots:
35 void changeValue(int);
36 };
37
39 {
40 Q_OBJECT
41 public:
43
45 ~QUIntegerFieldWidget() override {};
46
47 public slots:
48 void changeValue(int);
49 };
50}
#define DECLARE_FIELD_WIDGET
QFieldWidget(FBase *field)
DECLARE_FIELD_WIDGET QIntegerFieldWidget(FBase *field)
DECLARE_FIELD_WIDGET QUIntegerFieldWidget(FBase *field)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25