Changeset 15 in flair-src for trunk/tools/FlairGCS/src/DataPlot1D.h
- Timestamp:
- Apr 8, 2016, 3:40:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/DataPlot1D.h
r10 r15 9 9 #include "DataRemote.h" 10 10 11 12 11 class Layout; 13 12 class QMouseEvent; 14 13 15 class DataPlot1D : public ScopeFixedStep,public DataRemote16 { 17 public:18 DataPlot1D(Layout* parent,int row, int col,QString title,float ymin, float ymax,bool enabled,int period);19 14 class DataPlot1D : public ScopeFixedStep, public DataRemote { 15 public: 16 DataPlot1D(Layout *parent, int row, int col, QString title, float ymin, 17 float ymax, bool enabled, int period); 18 ~DataPlot1D(); 20 19 21 private: 22 void XmlEvent(QDomElement dom); 23 bool eventFilter(QObject *, QEvent *); 24 void BufEvent(char** buf,int *buf_size,uint16_t period,bool big_endian); 25 bool mouseEvent(QMouseEvent *event); 26 QList<QString> datas_type; 27 20 private: 21 void XmlEvent(QDomElement dom); 22 bool eventFilter(QObject *, QEvent *); 23 void BufEvent(char **buf, int *buf_size, uint16_t period, bool big_endian); 24 bool mouseEvent(QMouseEvent *event); 25 QList<QString> datas_type; 28 26 }; 29 27 30 31 28 #endif // DATAPLOT1D_H_INCLUDED
Note:
See TracChangeset
for help on using the changeset viewer.