/** @brief This describes the available markers type and their corresponding colors */
staticstd::array<QColor,9>markerTypes;
...
...
@@ -121,6 +121,8 @@ public:
Notice that add/remove queries are done in real time (gentime), but this request is made in frame
*/
Q_INVOKABLEboolhasMarker(intframe)const;
boolhasMarker(GenTimepos)const;
CommentedTimemarker(GenTimepos)const;
/** @brief Registers a snapModel to the marker model.
This is intended to be used for a guide model, so that the timelines can register their snapmodel to be updated when the guide moves. This is also used
...
...
@@ -193,16 +195,14 @@ private:
/** @brief This is a lock that ensures safety in case of concurrent access */