
Public Member Functions | |
| def | __init__ (self, dot_widget, target_x, target_y) |
| def | animate (self, t) |
Public Member Functions inherited from smach_viewer.xdot.xdot_qt.LinearAnimation | |
| def | animate (self, t) |
| def | start (self) |
| def | tick (self) |
Public Member Functions inherited from smach_viewer.xdot.xdot_qt.Animation | |
| def | __init__ (self, dot_widget) |
| def | start (self) |
| def | stop (self) |
| def | tick (self) |
Public Attributes | |
| source_x | |
| source_y | |
| target_x | |
| target_y | |
Public Attributes inherited from smach_viewer.xdot.xdot_qt.LinearAnimation | |
| started | |
Public Attributes inherited from smach_viewer.xdot.xdot_qt.Animation | |
| dot_widget | |
| timeout_id | |
Additional Inherited Members | |
Static Public Attributes inherited from smach_viewer.xdot.xdot_qt.LinearAnimation | |
| float | duration = 0.6 |
Static Public Attributes inherited from smach_viewer.xdot.xdot_qt.Animation | |
| float | step = 0.03 |
Definition at line 1182 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.MoveToAnimation.__init__ | ( | self, | |
| dot_widget, | |||
| target_x, | |||
| target_y | |||
| ) |
Definition at line 1184 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.MoveToAnimation.animate | ( | self, | |
| t | |||
| ) |
Definition at line 1191 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.MoveToAnimation.source_x |
Definition at line 1186 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.MoveToAnimation.source_y |
Definition at line 1187 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.MoveToAnimation.target_x |
Definition at line 1188 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.MoveToAnimation.target_y |
Definition at line 1189 of file xdot_qt.py.