(self)
| 59 | |
| 60 | @property |
| 61 | def _tooltip(self): |
| 62 | if self._directionOnly: |
| 63 | return 'Click to set angle\nShift-click or right-click to snap to 15% angle' |
| 64 | else: |
| 65 | return 'Click to set angle and velocity\nShift-click or right-click to snap to 15% angle/5% speed increments\nMouse wheel to change velocity only' |
| 66 | |
| 67 | @property |
| 68 | def _length(self): |
nothing calls this directly
no outgoing calls
no test coverage detected