]> sigrok.org Git - pulseview.git/blobdiff - sigview.h
Added initial sampling support
[pulseview.git] / sigview.h
index 0d1c06f7ca0f29339c5091507704432adbc183e0..34eeb95993e8f27eb1878db4b449595daed6684f 100644 (file)
--- 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);