finished merge of viewer and footage

This commit is contained in:
itsmattkc
2021-04-06 13:08:56 +10:00
parent 57ddae8920
commit 898ea25e89
58 changed files with 783 additions and 719 deletions
+11 -1
View File
@@ -34,7 +34,10 @@ public:
void ConnectViewerNode(ViewerOutput *node);
void DisconnectViewerNode();
void DisconnectViewerNode()
{
ConnectViewerNode(nullptr);
}
rational GetTime();
@@ -122,9 +125,16 @@ protected:
virtual void Retranslate() override;
void SetShowAndRaiseOnConnect()
{
show_and_raise_on_connect_ = true;
}
private:
TimeBasedWidget* widget_;
bool show_and_raise_on_connect_;
};
}