PeriDyno 1.0.0
Loading...
Searching...
No Matches
QStateFieldWidget.h
Go to the documentation of this file.
1
19#pragma once
20#include "QFieldWidget.h"
21#include <QMouseEvent>
22
23
24namespace dyno
25{
27 {
28 Q_OBJECT
29 public:
32
33 Q_SIGNALS:
34 void stateUpdated(FBase* field, int status);
35
36 public slots:
37 void tagAsOuput(int status);
38
39 void showMenu(void);
40
41 protected:
42
43 void mousePressEvent(QMouseEvent* event) override;
44
45 FBase* mfield = NULL;
46
47 private:
48
49
50 };
51}
QFieldWidget(FBase *field)
void mousePressEvent(QMouseEvent *event) override
void stateUpdated(FBase *field, int status)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25