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

Method _on_place_hyperlink

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

Source from the content-addressed store, hash-verified

506 self._scene.start_text_placement(dlg.text())
507
508 def _on_place_hyperlink(self):
509 from .hyperlink_dialog import HyperlinkDialog
510 dlg = HyperlinkDialog(parent=self)
511 if dlg.exec():
512 self._scene.start_hyperlink_placement(dlg.url(), dlg.label())
513
514 def _on_place_label(self):
515 from .wire_item import WireItem

Callers

nothing calls this directly

Calls 4

urlMethod · 0.95
labelMethod · 0.95
HyperlinkDialogClass · 0.85

Tested by

no test coverage detected