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

Method GetSize

gui/builtinShipBrowser/sfBrowserItem.py:59–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 return self.state
58
59 def GetSize(self):
60 w = self.normalBmp.GetWidth()
61 h = self.normalBmp.GetHeight()
62 return w, h
63
64 def GetBitmap(self):
65 return self.normalBmp

Callers 15

UpdateElementsPosMethod · 0.45
OnLeftTreeMouseMoveMethod · 0.45
OnRightListMouseMoveMethod · 0.45
OnMouseMoveMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
activateMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
AdjustControlSizePosMethod · 0.45
ShowLoadingMethod · 0.45
ScrollChildIntoViewMethod · 0.45

Calls 2

GetWidthMethod · 0.45
GetHeightMethod · 0.45

Tested by

no test coverage detected