2021-03-20 Fred Gleason <fredg@paravelsystems.com>

* Got digital readouts working in 'RDMarkerPlayer'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-03-20 14:57:37 -04:00
parent bb4fe56bb7
commit edf06f2d2f
6 changed files with 121 additions and 46 deletions

View File

@@ -92,7 +92,7 @@ class RDMarkerView : public QWidget
RDMarkerHandle::PointerRole selectedMarker() const;
bool hasUnsavedChanges() const;
void processLeftClick(RDMarkerHandle::PointerRole role);
void setSelectedMarker(RDMarkerHandle::PointerRole role);
void processRightClick(RDMarkerHandle::PointerRole role,
const QPointF &pos);
void updatePosition(RDMarkerHandle::PointerRole role,int ptr);