mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Graph display bugfixes
This commit is contained in:
parent
3a88e10875
commit
1a7212191a
4 changed files with 39 additions and 22 deletions
|
|
@ -58,8 +58,8 @@ private:
|
|||
QString AxisTypeToName(YAxisType type);
|
||||
void enableTraceAxis(Trace *t, int axis, bool enabled);
|
||||
bool supported(Trace *t, YAxisType type);
|
||||
double transformY(std::complex<double> data, YAxisType type);
|
||||
QPointF transformY(Trace *t, unsigned int sample, YAxisType type);
|
||||
double traceToCoordinate(std::complex<double> data, YAxisType type);
|
||||
QPointF traceToCoordinate(Trace *t, unsigned int sample, YAxisType type);
|
||||
unsigned int numTraceSamples(Trace *t);
|
||||
QPoint dataToPixel(Trace::Data d);
|
||||
QPoint plotValueToPixel(QPointF plotValue, int Yaxis);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue