##// END OF EJS Templates
Changes to lfrsge...
Changes to lfrsge Minor changes to the rmap plugin

File last commit:

r58:6bfd3f59df14 default
r58:6bfd3f59df14 default
Show More
wfdisplay.h
38 lines | 753 B | text/x-c | CLexer
First version of the gse-lesia module...
r23 #ifndef WFDISPLAY_H
#define WFDISPLAY_H
#include "wfdisplay_global.h"
#include <QWidget>
#include <QGridLayout>
#include <QVBoxLayout>
admin@pc-p-leroy3.LAB-LPP.LOCAL
QDockWidgets used for the waveform displays...
r34 #include <QTabWidget>
First version of the gse-lesia module...
r23 #include <wfpage.h>
Changes to lfrsge...
r58 class WFDisplay : public QWidget
First version of the gse-lesia module...
r23 {
Q_OBJECT
public:
Changes to lfrsge...
r58 explicit WFDisplay(QWidget *parent = 0, unsigned int bufferSize = 0, unsigned int xMAX = 0, unsigned int yMAX = 0);
First version of the gse-lesia module...
r23
WFPage * page_f0;
WFPage * page_f1;
WFPage * page_f2;
WFPage * page_f3;
QTabWidget *spwTabWidget;
QVBoxLayout *waveforms_LAYOUT;
Changes to lfrsge...
r58 void displayOnPlot(short *data, unsigned char num_page, unsigned char num,
unsigned int coarseTime, unsigned int fineTime, float deltaT, unsigned int nbData);
First version of the gse-lesia module...
r23
signals:
public slots:
};
#endif // WFDISPLAY_H