PeriDyno 1.0.0
Loading...
Searching...
No Matches
QEnumFieldWidget.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
33
34 public slots:
35 void updateField(int index);
36
37 private:
38 std::map<int, int> mComboxIndexMap;
39 };
40}
#define DECLARE_FIELD_WIDGET
std::map< int, int > mComboxIndexMap
DECLARE_FIELD_WIDGET QEnumFieldWidget(FBase *field)
QFieldWidget(FBase *field)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25