MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / SetBitmap

Method SetBitmap

gui/builtinShipBrowser/sfBrowserItem.py:67–69  ·  view source on GitHub ↗
(self, bitmap)

Source from the content-addressed store, hash-verified

65 return self.normalBmp
66
67 def SetBitmap(self, bitmap):
68 self.normalBmp = bitmap
69 self.dropShadowBmp = drawUtils.CreateDropShadowBitmap(self.normalBmp, self.dropShadowOpacity)
70
71 def GetLabel(self):
72 return self.label

Callers 15

__addInputFieldMethod · 0.80
getStaticBitmapMethod · 0.80
__init__Method · 0.80
getMenuMethod · 0.80
__init__Method · 0.80
fitChangedMethod · 0.80
getSubMenuMethod · 0.80
_addChargeMethod · 0.80
getSubMenuMethod · 0.80
selectShipMethod · 0.80
newBtnCBMethod · 0.80
editLostFocusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected