MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getPyPlugUnlockPos

Method getPyPlugUnlockPos

Gui/NodeGraphPrivate.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101QPoint
102NodeGraphPrivate::getPyPlugUnlockPos() const
103{
104 return QPoint(_publicInterface->width() - unlockIcon.width() - 10, 10);
105}
106
107void
108NodeGraphPrivate::resetSelection()

Callers 2

mouseMoveEventMethod · 0.80
paintEventMethod · 0.80

Calls 2

QPointClass · 0.85
widthMethod · 0.45

Tested by

no test coverage detected