Changeset 10984 for fact/Evidence/GUI.h
- Timestamp:
- 06/10/11 15:02:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/Evidence/GUI.h
r10928 r10984 22 22 #include <qwt_color_map.h> 23 23 24 #include <limits .h>24 #include <limits> 25 25 #include <float.h> 26 #include <limits> 26 27 27 28 #include "dic.hxx" … … 72 73 ~EddBasePlot(); 73 74 75 QTimer *Timer; 76 bool NewData; 74 77 QwtPlotCurve *NewCurve(QwtText); 75 78 void ClearCurve(unsigned int); … … 86 89 void contextMenuEvent(QContextMenuEvent *); 87 90 void MenuSingleTrace(); 91 void MenuSetUpdateRate(); 88 92 void MenuZoomOut(); 89 93 void MenuSaveASCII(); … … 172 176 private: 173 177 QwtLegend *Legend; 174 int SizeLimit;178 QTimer *SingleShot; 175 179 176 180 void dragEnterEvent(QDragEnterEvent *);
Note:
See TracChangeset
for help on using the changeset viewer.