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

Method setValueSize

qcustomplot/qcustomplot.cpp:25223–25226  ·  view source on GitHub ↗

! Resizes the data array to have \a valueSize cells in the value dimension. The current data is discarded and the map cells are set to 0, unless the map had already the requested size. Setting \a valueSize to zero frees the internal data array and \ref isEmpty returns true. \see setValueRange, setSize, setKeySize */

Source from the content-addressed store, hash-verified

25221 \see setValueRange, setSize, setKeySize
25222*/
25223void QCPColorMapData::setValueSize(int valueSize)
25224{
25225 setSize(mKeySize, valueSize);
25226}
25227
25228/*!
25229 Sets the coordinate ranges the data shall be distributed over. This defines the rectangular area

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected