mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-03-20 Fred Gleason <fredg@paravelsystems.com>
* Added mouse wheel support to 'RDMarkerView'. * Added support for play cursor positioning by mouse to 'RDMarkerView'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -124,6 +124,7 @@ class RDMarkerView : public QWidget
|
||||
virtual void updateInterlocks();
|
||||
void resizeEvent(QResizeEvent *e);
|
||||
void mousePressEvent(QMouseEvent *e);
|
||||
void wheelEvent(QWheelEvent *e);
|
||||
|
||||
private:
|
||||
int Frame(int msec) const;
|
||||
@@ -167,6 +168,7 @@ class RDMarkerView : public QWidget
|
||||
QAction *d_delete_marker_action;
|
||||
bool d_marker_menu_used;
|
||||
RDMarkerHandle::PointerRole d_selected_marker;
|
||||
int d_wheel_angle;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user