mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
Display marker data on graphs if enabled
This commit is contained in:
parent
ee82237993
commit
93f5eba6a8
8 changed files with 86 additions and 14 deletions
|
|
@ -72,11 +72,15 @@ protected slots:
|
|||
void checkIfStillSupported(Trace *t);
|
||||
virtual void markerAdded(TraceMarker *m);
|
||||
virtual void markerRemoved(TraceMarker *m);
|
||||
virtual bool xCoordinateVisible(double x) = 0;
|
||||
protected:
|
||||
static constexpr unsigned int marginTop = 20;
|
||||
static constexpr unsigned int marginBottom = 0;
|
||||
static constexpr unsigned int marginLeft = 0;
|
||||
static constexpr unsigned int marginRight = 0;
|
||||
|
||||
static constexpr unsigned int marginMarkerData = 150;
|
||||
|
||||
double sweep_fmin, sweep_fmax;
|
||||
TraceModel &model;
|
||||
TraceMarker *selectedMarker;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue