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

Function parentLayerable

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

Source from the content-addressed store, hash-verified

712 bool visible() const { return mVisible; }
713 QCustomPlot *parentPlot() const { return mParentPlot; }
714 QCPLayerable *parentLayerable() const { return mParentLayerable.data(); }
715 QCPLayer *layer() const { return mLayer; }
716 bool antialiased() const { return mAntialiased; }
717

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected