_action_1stDerivativeTransform | PlotWidget | private |
_action_2ndDerivativeTransform | PlotWidget | private |
_action_changeColorsDialog | PlotWidget | private |
_action_custom_transform | PlotWidget | private |
_action_editLimits | PlotWidget | private |
_action_noTransform | PlotWidget | private |
_action_phaseXY | PlotWidget | private |
_action_removeAllCurves | PlotWidget | private |
_action_removeCurve | PlotWidget | private |
_action_saveToFile | PlotWidget | private |
_action_showPoints | PlotWidget | private |
_action_zoomOutHorizontally | PlotWidget | private |
_action_zoomOutMaximum | PlotWidget | private |
_action_zoomOutVertically | PlotWidget | private |
_axis_limits_dialog | PlotWidget | private |
_axisX | PlotWidget | private |
_curve_list | PlotWidget | private |
_curve_style | PlotWidget | private |
_curves_transform | PlotWidget | private |
_custom_Y_limits | PlotWidget | private |
_default_transform | PlotWidget | private |
_dragging | PlotWidget | private |
_grid | PlotWidget | private |
_keep_aspect_ratio | PlotWidget | private |
_legend | PlotWidget | private |
_magnifier | PlotWidget | private |
_mapped_data | PlotWidget | private |
_max_zoom_rect | PlotWidget | private |
_panner1 | PlotWidget | private |
_panner2 | PlotWidget | private |
_point_marker | PlotWidget | private |
_snippets | PlotWidget | private |
_time_offset | PlotWidget | private |
_tracker | PlotWidget | private |
_transform_select_dialog | PlotWidget | private |
_use_date_time_scale | PlotWidget | private |
_zoom_enabled | PlotWidget | private |
_zoomer | PlotWidget | private |
activateGrid(bool activate) | PlotWidget | slot |
activateLegend(bool activate) | PlotWidget | slot |
addCurve(const std::string &name) | PlotWidget | private |
applyProperties(const QString &) | QwtPlot | |
autoDelete() const | QwtPlotDict | |
autoRefresh() | QwtPlot | slot |
autoReplot | QwtPlot | |
autoReplot() const | QwtPlot | |
Axis enum name | QwtPlot | |
axisAutoScale(int axisId) const | QwtPlot | |
axisCnt enum value | QwtPlot | |
axisEnabled(int axisId) const | QwtPlot | |
axisFont(int axisId) const | QwtPlot | |
axisInterval(int axisId) const | QwtPlot | |
axisMaxMajor(int axisId) const | QwtPlot | |
axisMaxMinor(int axisId) const | QwtPlot | |
axisScaleDiv(int axisId) const | QwtPlot | |
axisScaleDraw(int axisId) const | QwtPlot | |
axisScaleDraw(int axisId) | QwtPlot | |
axisScaleEngine(int axisId) | QwtPlot | |
axisScaleEngine(int axisId) const | QwtPlot | |
axisStepSize(int axisId) const | QwtPlot | |
axisTitle(int axisId) const | QwtPlot | |
axisValid(int axisId) | QwtPlot | protectedstatic |
axisWidget(int axisId) const | QwtPlot | |
axisWidget(int axisId) | QwtPlot | |
BottomLegend enum value | QwtPlot | |
buildActions() | PlotWidget | private |
buildLegend() | PlotWidget | private |
canvas() | QwtPlot | |
canvas() const | QwtPlot | |
canvasBackground | QwtPlot | |
canvasBackground() const | QwtPlot | |
canvasBoundingRect() const | PlotWidget | |
canvasContextMenuTriggered(const QPoint &pos) | PlotWidget | privateslot |
canvasEventFilter(QEvent *event) | PlotWidget | protected |
canvasMap(int axisId) const | QwtPlot | virtual |
changeAxisX(QString curve_name) | PlotWidget | |
changeBackgroundColor(QColor color) | PlotWidget | |
configureTracker(CurveTracker::Parameter val) | PlotWidget | slot |
createSeriesData(const QString &ID, const PlotData *data) | PlotWidget | private |
curveList() const | PlotWidget | |
curveListChanged() | PlotWidget | signal |
curvesDropped() | PlotWidget | signal |
detachAllCurves() | PlotWidget | slot |
detachItems(int rtti=QwtPlotItem::Rtti_PlotItem, bool autoDelete=true) | QwtPlotDict | |
dragEnterEvent(QDragEnterEvent *event) override | PlotWidget | protected |
dragLeaveEvent(QDragLeaveEvent *event) override | PlotWidget | protected |
drawCanvas(QPainter *) | QwtPlot | virtual |
drawItems(QPainter *, const QRectF &, const QwtScaleMap maps[axisCnt]) const | QwtPlot | virtual |
dropEvent(QDropEvent *event) override | PlotWidget | protected |
enableAxis(int axisId, bool tf=true) | QwtPlot | |
enableTracker(bool enable) | PlotWidget | slot |
event(QEvent *) | QwtPlot | virtual |
eventFilter(QObject *obj, QEvent *event) override | PlotWidget | protectedvirtual |
footer() const | QwtPlot | |
footerLabel() | QwtPlot | |
footerLabel() const | QwtPlot | |
getCanvasMarginsHint(const QwtScaleMap maps[], const QRectF &canvasRect, double &left, double &top, double &right, double &bottom) const | QwtPlot | virtual |
getMaximumRangeX() const | PlotWidget | |
getMaximumRangeY(PlotData::RangeTime range_X) const | PlotWidget | |
grabProperties() const | QwtPlot | |
infoToItem(const QVariant &) const | QwtPlot | virtual |
insertItem(QwtPlotItem *) | QwtPlotDict | protected |
insertLegend(QwtAbstractLegend *, LegendPosition=QwtPlot::RightLegend, double ratio=-1.0) | QwtPlot | |
invTransform(int axisId, int pos) const | QwtPlot | |
isEmpty() const | PlotWidget | |
isLegendVisible() const | PlotWidget | |
isXYPlot() const | PlotWidget | |
isZoomEnabled() const | PlotWidget | |
itemAttached(QwtPlotItem *plotItem, bool on) | QwtPlot | signal |
itemList() const | QwtPlotDict | |
itemList(int rtti) const | QwtPlotDict | |
itemToInfo(QwtPlotItem *) const | QwtPlot | virtual |
launchRemoveCurveDialog() | PlotWidget | privateslot |
LeftLegend enum value | QwtPlot | |
legend() const | PlotWidget | inline |
QwtPlot::legend() | QwtPlot | |
legendDataChanged(const QVariant &itemInfo, const QList< QwtLegendData > &data) | QwtPlot | signal |
LegendPosition enum name | QwtPlot | |
legendSizeChanged(int new_size) | PlotWidget | signal |
minimumSizeHint() const | QwtPlot | virtual |
on_changeColor(QString curve_name, QColor new_color) | PlotWidget | privateslot |
on_changeColorsDialog_triggered() | PlotWidget | privateslot |
on_changeDateTimeScale(bool enable) | PlotWidget | slot |
on_changeTimeOffset(double offset) | PlotWidget | slot |
on_changeToBuiltinTransforms(QString new_transform) | PlotWidget | privateslot |
on_convertToXY_triggered(bool checked) | PlotWidget | privateslot |
on_customTransformsDialog() | PlotWidget | privateslot |
on_editAxisLimits_triggered() | PlotWidget | privateslot |
on_externallyResized(const QRectF &new_rect) | PlotWidget | privateslot |
on_panned(int dx, int dy) | PlotWidget | slot |
on_savePlotToFile() | PlotWidget | privateslot |
on_showPoints_triggered() | PlotWidget | privateslot |
on_zoomOutHorizontal_triggered(bool emit_signal=true) | PlotWidget | slot |
on_zoomOutVertical_triggered(bool emit_signal=true) | PlotWidget | slot |
plotLayout() | QwtPlot | |
plotLayout() const | QwtPlot | |
PlotWidget(PlotDataMapRef &datamap, QWidget *parent=nullptr) | PlotWidget | |
QwtPlot(QWidget *=NULL) | QwtPlot | explicit |
QwtPlot(const QwtText &title, QWidget *=NULL) | QwtPlot | explicit |
QwtPlotDict() | QwtPlotDict | explicit |
rectChanged(PlotWidget *self, QRectF rect) | PlotWidget | signal |
reloadPlotData() | PlotWidget | |
removeCurve(const std::string &name) | PlotWidget | slot |
removeItem(QwtPlotItem *) | QwtPlotDict | protected |
replot() override | PlotWidget | slot |
rescaleEqualAxisScaling() | PlotWidget | private |
resizeEvent(QResizeEvent *ev) override | PlotWidget | virtual |
RightLegend enum value | QwtPlot | |
setAutoDelete(bool) | QwtPlotDict | |
setAutoReplot(bool=true) | QwtPlot | |
setAxisAutoScale(int axisId, bool on=true) | QwtPlot | |
setAxisFont(int axisId, const QFont &f) | QwtPlot | |
setAxisLabelAlignment(int axisId, Qt::Alignment) | QwtPlot | |
setAxisLabelRotation(int axisId, double rotation) | QwtPlot | |
setAxisMaxMajor(int axisId, int maxMajor) | QwtPlot | |
setAxisMaxMinor(int axisId, int maxMinor) | QwtPlot | |
setAxisScale(int axisId, double min, double max, double step=0) | QwtPlot | |
setAxisScaleDiv(int axisId, const QwtScaleDiv &) | QwtPlot | |
setAxisScaleDraw(int axisId, QwtScaleDraw *) | QwtPlot | |
setAxisScaleEngine(int axisId, QwtScaleEngine *) | QwtPlot | |
setAxisTitle(int axisId, const QString &) | QwtPlot | |
setAxisTitle(int axisId, const QwtText &) | QwtPlot | |
setCanvas(QWidget *) | QwtPlot | |
setCanvasBackground(const QBrush &) | QwtPlot | |
setConstantRatioXY(bool active) | PlotWidget | |
setDefaultRangeX() | PlotWidget | private |
setFooter(const QString &) | QwtPlot | |
setFooter(const QwtText &t) | QwtPlot | |
setLegendAlignment(Qt::Alignment alignment) | PlotWidget | |
setLegendSize(int size) | PlotWidget | |
setPlotLayout(QwtPlotLayout *) | QwtPlot | |
setTitle(const QString &) | QwtPlot | |
setTitle(const QwtText &t) | QwtPlot | |
setTrackerPosition(double abs_time) | PlotWidget | slot |
setZoomEnabled(bool enabled) | PlotWidget | |
setZoomRectangle(QRectF rect, bool emit_signal) | PlotWidget | |
sizeHint() const | QwtPlot | virtual |
swapWidgetsRequested(PlotWidget *source, PlotWidget *destination) | PlotWidget | signal |
title() const | QwtPlot | |
titleLabel() | QwtPlot | |
titleLabel() const | QwtPlot | |
TopLegend enum value | QwtPlot | |
trackerMoved(QPointF pos) | PlotWidget | signal |
transform(int axisId, double value) const | QwtPlot | |
transformCustomCurves() | PlotWidget | private |
undoableChange() | PlotWidget | signal |
updateAvailableTransformers() | PlotWidget | private |
updateAxes() | QwtPlot | |
updateCanvasMargins() | QwtPlot | |
updateCurves() | PlotWidget | slot |
updateLayout() override | PlotWidget | virtual |
updateLegend() | QwtPlot | |
updateLegend(const QwtPlotItem *) | QwtPlot | |
updateMaximumZoomArea() | PlotWidget | private |
xBottom enum value | QwtPlot | |
xmlLoadState(QDomElement &element) | PlotWidget | |
xmlSaveState(QDomDocument &doc) const | PlotWidget | |
xTop enum value | QwtPlot | |
yLeft enum value | QwtPlot | |
yRight enum value | QwtPlot | |
zoomOut(bool emit_signal) | PlotWidget | slot |
~PlotWidget() override | PlotWidget | virtual |
~QwtPlot() | QwtPlot | virtual |
~QwtPlotDict() | QwtPlotDict | virtual |