Init version
This commit is contained in:
26
DEC_GUI/derrep2013qplot.h
Normal file
26
DEC_GUI/derrep2013qplot.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef DERREP2013QPLOT_H
|
||||
#define DERREP2013QPLOT_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QImage>
|
||||
#include <QPainter>
|
||||
#include <qmath.h>
|
||||
#include <QMouseEvent>
|
||||
#include <QVector>
|
||||
#include <iostream>
|
||||
#include "Kolch_Shind/qcustomplot.h"
|
||||
#include <QTime>
|
||||
|
||||
class DerRep2013QPlot : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit DerRep2013QPlot(QWidget *parent = 0);
|
||||
void setGraphics(QCustomPlot *customPlot, int popNum, QString name, QColor &color);
|
||||
int randInt(int low, int high);
|
||||
|
||||
public slots:
|
||||
void drawGraphics(QCustomPlot *customPlot);
|
||||
};
|
||||
|
||||
#endif // DERREP2013QPLOT_H
|
||||
Reference in New Issue
Block a user