]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxguiqt.h
Merge pull request #297 from pwpiwi/hardnested
[proxmark3-svn] / client / proxguiqt.h
index aa3b5b355e55ee03caeca0f4c84bc377b5a7d244..b3a3e85a3bf4bfec1c6dd764be78972358e4a847 100644 (file)
@@ -11,6 +11,9 @@
 #ifndef PROXGUI_QT
 #define PROXGUI_QT
 
+#include <stdint.h>
+#include <string.h>
+
 #include <QApplication>
 #include <QPushButton>
 #include <QObject>
@@ -35,6 +38,7 @@ private:
        int xCoordOf(int i, QRect r );
        int yCoordOf(int v, QRect r, int maxVal);
        int valueOf_yCoord(int y, QRect r, int maxVal);
+       void setMaxAndStart(int *buffer, int len, QRect plotRect);
        QColor getColor(int graphNum);
 public:
        Plot(QWidget *parent = 0);
Impressum, Datenschutz