X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=sigview.h;fp=sigview.h;h=b60ee44b1d4a10aff320e30f0c4ef57673290e6d;hb=22016ad3e5b44f05d50fb6ff518b6c884dd185cf;hp=0d1c06f7ca0f29339c5091507704432adbc183e0;hpb=e9c41f8ce607164040ce86abd35a0a8751193f1f;p=pulseview.git diff --git a/sigview.h b/sigview.h index 0d1c06f..b60ee44 100644 --- a/sigview.h +++ b/sigview.h @@ -39,6 +39,9 @@ private: static const int ScaleUnits[3]; + static const QString SIPrefixes[9]; + static const int FirstSIPrefixPower; + public: explicit SigView(SigSession &session, QWidget *parent = 0);