X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=sigview.h;h=34eeb95993e8f27eb1878db4b449595daed6684f;hp=0d1c06f7ca0f29339c5091507704432adbc183e0;hb=274d4f133825cddfc6a42438dd47899db20c7d97;hpb=e9c41f8ce607164040ce86abd35a0a8751193f1f diff --git a/sigview.h b/sigview.h index 0d1c06f7..34eeb959 100644 --- a/sigview.h +++ b/sigview.h @@ -37,8 +37,12 @@ private: static const int LabelMarginWidth; static const int RulerHeight; + static const int MinorTickSubdivision; static const int ScaleUnits[3]; + static const QString SIPrefixes[9]; + static const int FirstSIPrefixPower; + public: explicit SigView(SigSession &session, QWidget *parent = 0);