PeriDyno 1.0.0
Loading...
Searching...
No Matches
QFilePathWidget.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 ~QStringFieldWidget() override {};
33
34 public slots:
35 void updateField(QString str);
36
37 private:
38 QLineEdit* fieldname;
39 };
40
42 {
43 Q_OBJECT
44 public:
46
48 ~QFilePathWidget() override {};
49
50 public slots:
51 void updateField(QString str);
52
53 private:
54 QLineEdit* location;
55 };
56}
#define DECLARE_FIELD_WIDGET
QFieldWidget(FBase *field)
DECLARE_FIELD_WIDGET QFilePathWidget(FBase *field)
void updateField(QString str)
void updateField(QString str)
DECLARE_FIELD_WIDGET QStringFieldWidget(FBase *field)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25