#include <QAction>#include <QActionGroup>#include <QApplication>#include <QDebug>#include <QDrag>#include <QDragEnterEvent>#include <QDragMoveEvent>#include <QFileDialog>#include <QMessageBox>#include <QMenu>#include <QMimeData>#include <QPushButton>#include <QWheelEvent>#include <QSettings>#include <iostream>#include <limits>#include <set>#include <memory>#include <QtXml/QDomElement>#include "qwt_scale_widget.h"#include "qwt_plot_canvas.h"#include "qwt_scale_engine.h"#include "qwt_plot_layout.h"#include "qwt_scale_draw.h"#include "qwt_text.h"#include "plotwidget.h"#include "removecurvedialog.h"#include "curvecolorpick.h"#include "qwt_plot_renderer.h"#include "qwt_series_data.h"#include "qwt_date_scale_draw.h"#include "PlotJuggler/random_color.h"#include "point_series_xy.h"#include "transforms/custom_function.h"#include "transforms/custom_timeseries.h"
Go to the source code of this file.
Classes | |
| class | TimeScaleDraw |
Functions | |
| _axisX (nullptr) | |
| _curve_style (QwtPlotCurve::Lines) | |
| _keep_aspect_ratio (true) | |
| _time_offset (0.0) | |
| _transform_select_dialog (nullptr) | |
| _use_date_time_scale (false) | |
| _zoom_enabled (true) | |
Variables | |
| static QStringList | builtin_trans |
| static const char * | Derivative1st = "1st Derivative" |
| static const char * | Derivative2nd = "2nd Derivative" |
| static bool | if_xy_plot_failed_show_dialog = true |
| const double | MAX_DOUBLE = std::numeric_limits<double>::max() / 2 |
| static const char * | noTransform = "noTransform" |
| _axisX | ( | nullptr | ) |
| _keep_aspect_ratio | ( | true | ) |
Definition at line 81 of file plotwidget.cpp.
| _time_offset | ( | 0. | 0 | ) |
| _transform_select_dialog | ( | nullptr | ) |
| _use_date_time_scale | ( | false | ) |
| _zoom_enabled | ( | true | ) |
QStringList builtin_trans [static] |
Definition at line 58 of file plotwidget.cpp.
const char* Derivative1st = "1st Derivative" [static] |
Definition at line 54 of file plotwidget.cpp.
const char* Derivative2nd = "2nd Derivative" [static] |
Definition at line 55 of file plotwidget.cpp.
bool if_xy_plot_failed_show_dialog = true [static] |
Definition at line 56 of file plotwidget.cpp.
| const double MAX_DOUBLE = std::numeric_limits<double>::max() / 2 |
Definition at line 51 of file plotwidget.cpp.
const char* noTransform = "noTransform" [static] |
Definition at line 53 of file plotwidget.cpp.