#include <plotwidget_base.h>
Definition at line 25 of file plotwidget_base.h.
◆ CurveStyle
Enumerator |
---|
LINES | |
DOTS | |
LINES_AND_DOTS | |
STICKS | |
STEPS | |
STEPSINV | |
Definition at line 30 of file plotwidget_base.h.
◆ PlotWidgetBase()
PJ::PlotWidgetBase::PlotWidgetBase |
( |
QWidget * |
parent | ) |
|
◆ ~PlotWidgetBase()
PJ::PlotWidgetBase::~PlotWidgetBase |
( |
| ) |
|
|
virtual |
◆ addCurve()
◆ changeCurvesStyle()
void PJ::PlotWidgetBase::changeCurvesStyle |
( |
CurveStyle |
style | ) |
|
◆ createTimeSeries()
◆ currentBoundingRect()
QRectF PJ::PlotWidgetBase::currentBoundingRect |
( |
| ) |
const |
◆ curveFromTitle()
◆ curveList() [1/2]
std::list<CurveInfo>& PJ::PlotWidgetBase::curveList |
( |
| ) |
|
◆ curveList() [2/2]
◆ curveListChanged
void PJ::PlotWidgetBase::curveListChanged |
( |
| ) |
|
|
signal |
◆ curveStyle()
◆ dragEnterSignal
void PJ::PlotWidgetBase::dragEnterSignal |
( |
QDragEnterEvent * |
event | ) |
|
|
signal |
◆ dragLeaveSignal
void PJ::PlotWidgetBase::dragLeaveSignal |
( |
QDragLeaveEvent * |
event | ) |
|
|
signal |
◆ dropSignal
void PJ::PlotWidgetBase::dropSignal |
( |
QDropEvent * |
event | ) |
|
|
signal |
◆ eventFilter()
bool PJ::PlotWidgetBase::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
◆ getColorHint()
QColor PJ::PlotWidgetBase::getColorHint |
( |
PlotDataXY * |
data | ) |
|
◆ getCurveColors()
std::map< QString, QColor > PJ::PlotWidgetBase::getCurveColors |
( |
| ) |
const |
◆ getVisualizationRangeX()
Range PJ::PlotWidgetBase::getVisualizationRangeX |
( |
| ) |
const |
|
virtual |
◆ getVisualizationRangeY()
Range PJ::PlotWidgetBase::getVisualizationRangeY |
( |
PJ::Range |
range_X | ) |
const |
|
virtual |
◆ isEmpty()
bool PJ::PlotWidgetBase::isEmpty |
( |
| ) |
const |
◆ isXYPlot()
bool PJ::PlotWidgetBase::isXYPlot |
( |
| ) |
const |
◆ isZoomEnabled()
bool PJ::PlotWidgetBase::isZoomEnabled |
( |
| ) |
const |
◆ keepRatioXY()
bool PJ::PlotWidgetBase::keepRatioXY |
( |
| ) |
const |
◆ legend()
◆ legendSizeChanged
void PJ::PlotWidgetBase::legendSizeChanged |
( |
int |
new_size | ) |
|
|
signal |
◆ magnifier()
◆ maxZoomRect()
QRectF PJ::PlotWidgetBase::maxZoomRect |
( |
| ) |
const |
◆ qwtPlot() [1/2]
const QwtPlot * PJ::PlotWidgetBase::qwtPlot |
( |
| ) |
|
|
protected |
◆ qwtPlot() [2/2]
const QwtPlot* PJ::PlotWidgetBase::qwtPlot |
( |
| ) |
const |
|
protected |
◆ removeAllCurves
void PJ::PlotWidgetBase::removeAllCurves |
( |
| ) |
|
|
virtualslot |
◆ removeCurve()
void PJ::PlotWidgetBase::removeCurve |
( |
const QString & |
title | ) |
|
|
virtual |
◆ replot
void PJ::PlotWidgetBase::replot |
( |
| ) |
|
|
slot |
◆ resetZoom()
void PJ::PlotWidgetBase::resetZoom |
( |
| ) |
|
|
virtual |
◆ setAcceptDrops()
void PJ::PlotWidgetBase::setAcceptDrops |
( |
bool |
accept | ) |
|
◆ setKeepRatioXY()
void PJ::PlotWidgetBase::setKeepRatioXY |
( |
bool |
active | ) |
|
◆ setLegendAlignment()
void PJ::PlotWidgetBase::setLegendAlignment |
( |
Qt::Alignment |
alignment | ) |
|
◆ setLegendSize()
void PJ::PlotWidgetBase::setLegendSize |
( |
int |
size | ) |
|
◆ setModeXY()
void PJ::PlotWidgetBase::setModeXY |
( |
bool |
enable | ) |
|
|
virtual |
◆ setStyle()
◆ setZoomEnabled()
void PJ::PlotWidgetBase::setZoomEnabled |
( |
bool |
enabled | ) |
|
◆ updateMaximumZoomArea()
void PJ::PlotWidgetBase::updateMaximumZoomArea |
( |
| ) |
|
|
protected |
◆ viewResized
void PJ::PlotWidgetBase::viewResized |
( |
const QRectF & |
| ) |
|
|
signal |
◆ widgetResized
void PJ::PlotWidgetBase::widgetResized |
( |
| ) |
|
|
signal |
◆ zoomer()
◆ _keep_aspect_ratio
bool PJ::PlotWidgetBase::_keep_aspect_ratio |
|
private |
◆ _max_zoom_rect
QRectF PJ::PlotWidgetBase::_max_zoom_rect |
|
private |
◆ _xy_mode
bool PJ::PlotWidgetBase::_xy_mode |
|
private |
QwtPlotPimpl* PJ::PlotWidgetBase::p = nullptr |
|
protected |
The documentation for this class was generated from the following files: