Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
using namespace GammaRay;
19
20
PaintBufferEngine::PaintBufferEngine(GammaRay::PaintBuffer *buffer)
21
: QPaintBufferEngine(buffer->data())
22
, m_buffer(buffer)
23
{
24
}
25
26
PaintBufferEngine::~PaintBufferEngine() = default;
27
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected