Allow markers to be selected
This commit is contained in:
@@ -53,6 +53,10 @@ public:
|
||||
return dragging_;
|
||||
}
|
||||
|
||||
virtual void DeleteSelected(){};
|
||||
|
||||
QMap<TimelineMarker*, Marker*> GetActiveMarkers();
|
||||
|
||||
public slots:
|
||||
void SetTime(const rational &r);
|
||||
|
||||
@@ -62,6 +66,8 @@ public slots:
|
||||
|
||||
void updateMarkerPositions();
|
||||
|
||||
void markerSelected(Marker* marker);
|
||||
|
||||
protected:
|
||||
void SeekToScreenPoint(int screen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user