MCPcopy Create free account
hub / github.com/LUX-Core/lux / save

Method save

src/qt/qcustomplot.cpp:441–445  ·  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

439 \see restore
440*/
441void QCPPainter::save()
442{
443 mAntialiasingStack.push(mIsAntialiasing);
444 QPainter::save();
445}
446
447/*!
448 Restores the painter (see QPainter::restore). Since QCPPainter adds some new internal state to

Callers 10

saveImageMethod · 0.45
paintMethod · 0.45
Q_FOREACHFunction · 0.45
saveRasteredMethod · 0.45
drawMethod · 0.45
drawStatisticalBoxMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
make_spinner.pyFile · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected