Changeset 10984 for fact/Evidence/GUI.h


Ignore:
Timestamp:
06/10/11 15:02:24 (13 years ago)
Author:
ogrimm
Message:
Edd allows to set plot update rate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/Evidence/GUI.h

    r10928 r10984  
    2222#include <qwt_color_map.h>
    2323
    24 #include <limits.h>
     24#include <limits>
    2525#include <float.h>
     26#include <limits>
    2627
    2728#include "dic.hxx"
     
    7273    ~EddBasePlot();
    7374
     75        QTimer *Timer;
     76        bool NewData;
    7477        QwtPlotCurve *NewCurve(QwtText);
    7578        void ClearCurve(unsigned int);
     
    8689        void contextMenuEvent(QContextMenuEvent *);
    8790    void MenuSingleTrace();       
     91    void MenuSetUpdateRate();       
    8892    void MenuZoomOut();
    8993    void MenuSaveASCII();
     
    172176  private:
    173177        QwtLegend *Legend;
    174         int SizeLimit;
     178        QTimer *SingleShot;
    175179
    176180    void dragEnterEvent(QDragEnterEvent *);
Note: See TracChangeset for help on using the changeset viewer.