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

Function selectionRectMode

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

Source from the content-addressed store, hash-verified

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; }
3648 bool openGl() const { return mOpenGl; }
3649

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected