Classes | Functions | Variables
plotwidget.cpp File Reference
#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"
Include dependency graph for plotwidget.cpp:

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"

Function Documentation

_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  )

Variable Documentation

QStringList builtin_trans [static]
Initial value:

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.

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.



plotjuggler
Author(s): Davide Faconti
autogenerated on Wed Jul 3 2019 19:28:05