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

Method PaintBufferEngine

core/paintbuffer.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18using namespace GammaRay;
19
20PaintBufferEngine::PaintBufferEngine(GammaRay::PaintBuffer *buffer)
21 : QPaintBufferEngine(buffer->data())
22 , m_buffer(buffer)
23{
24}
25
26PaintBufferEngine::~PaintBufferEngine() = default;
27

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected