various: began heavy rework of curve view to link closely with param view

This commit is contained in:
itsmattkc
2020-09-29 00:42:16 +10:00
parent fb6e8a8a13
commit 610f4c54fe
18 changed files with 386 additions and 256 deletions
+1 -3
View File
@@ -32,12 +32,10 @@ class CurvePanel : public TimeBasedPanel
public:
CurvePanel(QWidget* parent);
NodeInput* GetInput() const;
virtual void DeleteSelected() override;
public slots:
void SetInput(NodeInput* input);
void SetNodes(const QList<Node*>& nodes);
virtual void IncreaseTrackHeight() override;