
Public Member Functions | |
| def | __init__ (self, item, x, y, highlight=None, url=None) |
Public Attributes | |
| highlight | |
| item | |
| url | |
| x | |
| y | |
Represents a jump to another node's position on the canvas.
Definition at line 257 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.Jump.__init__ | ( | self, | |
| item, | |||
| x, | |||
| y, | |||
highlight = None, |
|||
url = None |
|||
| ) |
Definition at line 260 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.Jump.highlight |
Definition at line 266 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.Jump.item |
Definition at line 261 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.Jump.url |
Definition at line 267 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.Jump.x |
Definition at line 262 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.Jump.y |
Definition at line 263 of file xdot_qt.py.