MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / save

Method save

3rdparty/qcustomplot/qcustomplot.cpp:452–456  ·  view source on GitHub ↗

! Saves the painter (see QPainter::save). Since QCPPainter adds some new internal state to QPainter, the save/restore functions are reimplemented to also save/restore those members. \note this function hides the non-virtual base class implementation. \see restore */

Source from the content-addressed store, hash-verified

450 \see restore
451*/
452void QCPPainter::save()
453{
454 mAntialiasingStack.push(mIsAntialiasing);
455 QPainter::save();
456}
457
458/*!
459 Restores the painter (see QPainter::restore). Since QCPPainter adds some new internal state to

Callers 4

foreachFunction · 0.45
saveRasteredMethod · 0.45
drawMethod · 0.45
drawStatisticalBoxMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected