MCPcopy Create free account
hub / github.com/KDAB/GammaRay / reset

Method reset

core/paintanalyzer.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78PaintAnalyzer::~PaintAnalyzer() = default;
79
80void PaintAnalyzer::reset()
81{
82 m_remoteView->sourceChanged();
83 m_paintBufferModel->setPaintBuffer(PaintBuffer());
84}
85
86void PaintAnalyzer::repaint()
87{

Callers 2

sendTouchEventMethod · 0.45
resetPropertyMethod · 0.45

Calls 3

sourceChangedMethod · 0.80
setPaintBufferMethod · 0.80
PaintBufferClass · 0.70

Tested by

no test coverage detected