X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=ff7795c5a68dbd55b92204d7236817e2dce35182;hp=95a02084dca1d95cafa28949b24dccd5441d4930;hb=d40f4db76fc8120fcd54ace8c6fce63387e025ca;hpb=ac98198803da204ae26da8592c6e81a912b4a1af diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 95a02084..ff7795c5 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -125,6 +125,11 @@ public: */ unsigned int tick_prefix() const; + /** + * Returns the number of fractional digits shown for the time markings. + */ + unsigned int tick_precision() const; + /** * Returns period of the graticule time markings. */ @@ -315,6 +320,7 @@ private: double tick_period_; unsigned int tick_prefix_; + unsigned int tick_precision_; util::TimeUnit time_unit_; bool show_cursors_;