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

Method paintEngine

core/paintbuffer.cpp:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334QPaintEngine *PaintBuffer::paintEngine() const
335{
336 if (!d->engine)
337 d->engine = new PaintBufferEngine(const_cast<PaintBuffer *>(this));
338 return d->engine;
339}
340
341Execution::Trace PaintBuffer::stackTrace(int index) const
342{

Callers 1

processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected