Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SLiCAP/SLiCAP_python
/ itemChange
Method
itemChange
SLiCAP/schematic/hyperlink_item.py:36–39 ·
view source on GitHub ↗
(self, change, value)
Source
from the content-addressed store, hash-verified
34
self.setBrush(QBrush(HYPERLINK_COLOR))
35
36
def
itemChange(self, change, value):
37
if
change == QGraphicsItem.ItemPositionChange:
38
return
snap(value)
39
return
super().itemChange(change, value)
Callers
nothing calls this directly
Calls
1
snap
Function · 0.85
Tested by
no test coverage detected