diff options
| author | Chinmay <chinmay1dd@gmail.com> | 2020-08-17 22:53:09 -0700 |
|---|---|---|
| committer | Chinmay Deshpande <chinmay1dd@gmail.com> | 2020-09-08 09:29:18 -0700 |
| commit | 73b649e79d5cd219cb56866abf2ee5e6a64d976a (patch) | |
| tree | 07bbd8c4e5f8b6d743760a3e226a975cc83c2c15 /ui/flowgraphwidget.h | |
| parent | 62aa529de8a169578c80b14e3969b076f65be205 (diff) | |
UI changes for user-informed dataflow
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 2a3a8b78..a6e02076 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -284,6 +284,8 @@ private Q_SLOTS: void followPointer(); void defineName(); void undefineName(); + void setUserVariableValue(); + void clearUserVariableValue(); void defineFuncName(); void undefineFunc(); void createFunc(); |
