X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=sigview.h;h=34eeb95993e8f27eb1878db4b449595daed6684f;hb=6fb67b27a85f19002d43b8c8498ca7d2979401b0;hp=0d1c06f7ca0f29339c5091507704432adbc183e0;hpb=e9c41f8ce607164040ce86abd35a0a8751193f1f;p=pulseview.git diff --git a/sigview.h b/sigview.h index 0d1c06f..34eeb95 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);