MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / _on_place_text

Method _on_place_text

SLiCAP/schematic/window.py:502–506  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

500 )
501
502 def _on_place_text(self):
503 from .text_dialog import TextDialog
504 dlg = TextDialog(parent=self)
505 if dlg.exec():
506 self._scene.start_text_placement(dlg.text())
507
508 def _on_place_hyperlink(self):
509 from .hyperlink_dialog import HyperlinkDialog

Callers

nothing calls this directly

Calls 3

textMethod · 0.95
TextDialogClass · 0.85
start_text_placementMethod · 0.80

Tested by

no test coverage detected