MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / createRenderContext

Method createRenderContext

python/examples/triage/byte.py:217–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 return font
216
217 def createRenderContext(self):
218 render = RenderContext(self)
219 render.setFont(self.getFont())
220 return render
221
222 def adjustSize(self, width, height):
223 self.addrWidth = max(len("%x" % self.data.end), 8)

Callers 5

adjustSizeMethod · 0.95
updateCaretMethod · 0.95
paintEventMethod · 0.95
mousePressEventMethod · 0.95
mouseMoveEventMethod · 0.95

Calls 1

getFontMethod · 0.95

Tested by

no test coverage detected