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

Method fillRect

core/paintbuffer.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void PaintBufferEngine::fillRect(const QRectF &rect, const QBrush &brush)
121{
122 QPaintBufferEngine::fillRect(rect, brush);
123 createStackTrace();
124 pushOrigin();
125}
126
127void PaintBufferEngine::fillRect(const QRectF &rect, const QColor &color)
128{

Callers 13

dataMethod · 0.45
drawBackgroundMethod · 0.45
tintedImageMethod · 0.45
paintEventMethod · 0.45
sidebarPaintEventMethod · 0.45
drawLineSelectedMethod · 0.45
paintEventMethod · 0.45
paintEventMethod · 0.45
requestGrabWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected