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

Function lineStyle

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

Source from the content-addressed store, hash-verified

5192 // getters:
5193 QSharedPointer<QCPGraphDataContainer> data() const { return mDataContainer; }
5194 LineStyle lineStyle() const { return mLineStyle; }
5195 QCPScatterStyle scatterStyle() const { return mScatterStyle; }
5196 int scatterSkip() const { return mScatterSkip; }
5197 QCPGraph *channelFillGraph() const { return mChannelFillGraph.data(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected