work towards timeline/nodeview interactivity

This commit is contained in:
itsmattkc
2021-05-17 11:14:56 +10:00
parent 8e9859b2b3
commit f2d64728f9
15 changed files with 204 additions and 132 deletions
+1 -5
View File
@@ -35,8 +35,6 @@ class TimelinePanel : public TimeBasedPanel
public:
TimelinePanel(QWidget* parent);
void Clear();
void SplitAtPlayhead();
QByteArray SaveSplitterState() const;
@@ -98,9 +96,7 @@ protected:
virtual void Retranslate() override;
signals:
void BlocksSelected(const QVector<Block*>& selected_blocks);
void BlocksDeselected(const QVector<Block*>& deselected_blocks);
void BlockSelectionChanged(const QVector<Block*>& selected_blocks);
};