preliminary support for multiple timeline sections
This commit is contained in:
+3
-11
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user