MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / addPixmapToCache

Method addPixmapToCache

src/Gui/BitmapFactory.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void BitmapFactoryInst::addPixmapToCache(const char* name, const QPixmap& icon)
173{
174 d->xpmCache[name] = icon;
175}
176
177bool BitmapFactoryInst::findPixmapInCache(const char* name, QPixmap& px) const
178{

Callers 3

sAddIconMethod · 0.80
workbenchIconMethod · 0.80
renderConstrIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected