#include <QtGui>
#include <iostream>
#include <fstream>
#include "timeseries.h"
#include "plotTS.h"
#include "./pihmLIBS/helpDialog/helpdialog.h"
#include <qwt_plot_canvas.h>
Include dependency graph for timeseries.cpp:
Go to the source code of this file.
Defines | |
#define | ELEMENT_FEATURE 0 |
#define | RIVER_FEATURE 1 |
Variables | |
PlotTS * | plotts |
#define ELEMENT_FEATURE 0 |
Definition at line 11 of file timeseries.cpp.
#define RIVER_FEATURE 1 |
Definition at line 12 of file timeseries.cpp.
Definition at line 38 of file timeseries.cpp.
Referenced by timeSeriesDlg::plot(), and timeSeriesDlg::savePlot().