keyframes: implemented copying/pasting

This commit is contained in:
itsmattkc
2022-05-10 15:42:09 -07:00
parent af9e54504c
commit 182e1599af
24 changed files with 567 additions and 160 deletions
+6
View File
@@ -55,6 +55,12 @@ public:
view_->DeselectAll();
}
Node *GetSelectedNodeWithID(const QString &id);
virtual bool CopySelected(bool cut) override;
virtual bool Paste() override;
public slots:
void SetNodes(const QVector<Node *> &nodes);