diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2019-04-06 17:21:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2019-04-06 17:21:40 -0500 |
commit | c866f91716ca2c9b9acb286867651fdea0ad46a1 (patch) | |
tree | 9d105bbd770571c4a4665e70ee5db26fa7b3e41e /clients/tde/src/widgets/tracewidget.h | |
parent | d0de8d578fef4375a728e693936c342b43ac37a9 (diff) | |
download | ulab-c866f91716ca2c9b9acb286867651fdea0ad46a1.tar.gz ulab-c866f91716ca2c9b9acb286867651fdea0ad46a1.zip |
Enhance horizontal cursor labels in scope zoom widget
Diffstat (limited to 'clients/tde/src/widgets/tracewidget.h')
-rw-r--r-- | clients/tde/src/widgets/tracewidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/tde/src/widgets/tracewidget.h b/clients/tde/src/widgets/tracewidget.h index 2f58891..7f63307 100644 --- a/clients/tde/src/widgets/tracewidget.h +++ b/clients/tde/src/widgets/tracewidget.h @@ -320,6 +320,9 @@ class TraceWidget : public TQWidget double traceTextOffset(uint traceNumber); void setTraceTextOffset(uint traceNumber, double offset, bool deferUpdate); + bool horizontalRangeModeAbsolute(); + void setHorizontalRangeModeAbsolute(bool absolute=true); + bool userIsInteractingWithCursor(); static TQString prettyFormat(double value, double rangeDetectValue, TQString baseUnits, unsigned int precision=3); |