preliminary support for multiple timeline sections

This commit is contained in:
itsmattkc
2019-10-05 07:33:27 +10:00
parent ea4f6f43c4
commit 3411e45774
26 changed files with 897 additions and 363 deletions
+3 -11
View File
@@ -95,20 +95,10 @@ public:
*/
virtual void Retranslate();
/**
* @brief Return the parameter at a given index
*/
NodeParam* ParamAt(int index);
/**
* @brief Return a list of NodeParams
*/
QList<NodeParam*> parameters();
/**
* @brief Return the current number of parameters
*/
int ParameterCount();
const QList<NodeParam*>& parameters();
/**
* @brief Return the index of a parameter
@@ -307,6 +297,8 @@ private:
bool HasParamOfType(NodeParam::Type type, bool must_be_connected);
QList<NodeParam *> params_;
/**
* @brief The last timecode Process() was called with
*/