added some basic timeline functionality

This commit is contained in:
itsmattkc
2019-08-12 23:24:58 +10:00
parent 3eee9893f8
commit e9702aeb52
14 changed files with 264 additions and 59 deletions
+15
View File
@@ -29,6 +29,21 @@ Block::Type GapBlock::type()
return kGap;
}
QString GapBlock::Name()
{
return tr("Gap");
}
QString GapBlock::id()
{
return "org.olivevideoeditor.Olive.gap";
}
QString GapBlock::Description()
{
return tr("A time-based node that represents an empty space.");
}
rational GapBlock::length()
{
return length_;