##// 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
#ifndef WFDISPLAY_H
#define WFDISPLAY_H
#include "wfdisplay_global.h"
#include <QWidget>
#include <QGridLayout>
#include <QVBoxLayout>
#include <QTabWidget>
#include <wfpage.h>
class WFDisplay : public QWidget
{
Q_OBJECT
public:
explicit WFDisplay(QWidget *parent = 0, unsigned int bufferSize = 0, unsigned int xMAX = 0, unsigned int yMAX = 0);
WFPage * page_f0;
WFPage * page_f1;
WFPage * page_f2;
WFPage * page_f3;
QTabWidget *spwTabWidget;
QVBoxLayout *waveforms_LAYOUT;
void displayOnPlot(short *data, unsigned char num_page, unsigned char num,
unsigned int coarseTime, unsigned int fineTime, float deltaT, unsigned int nbData);
signals:
public slots:
};
#endif // WFDISPLAY_H