/* @brief This class is the model for a list of parameters.
The behaviour of a transition or an effect is typically controlled by several parameters. This class exposes this parameters as a list that can be rendered
using the relevant widgets.
...
...
@@ -117,6 +118,14 @@ public:
/* @brief Returns the id of the actual object associated with this asset */
ObjectIdgetOwnerId()const;
/* @brief Returns the keyframe model associated with this asset
Return empty ptr if there is no keyframable parameter in the asset or if prepareKeyframes was not called