MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / plottingHints

Function plottingHints

qcustomplot/qcustomplot.h:3644–3644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3642 int selectionTolerance() const { return mSelectionTolerance; }
3643 bool noAntialiasingOnDrag() const { return mNoAntialiasingOnDrag; }
3644 QCP::PlottingHints plottingHints() const { return mPlottingHints; }
3645 Qt::KeyboardModifier multiSelectModifier() const { return mMultiSelectModifier; }
3646 QCP::SelectionRectMode selectionRectMode() const { return mSelectionRectMode; }
3647 QCPSelectionRect *selectionRect() const { return mSelectionRect; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected