
Public Member Functions | |
| def | __init__ |
| def | start |
| def | stop |
| def | tick |
Public Attributes | |
| dot_widget | |
| timeout_id | |
Static Public Attributes | |
| float | step = 0.03 |
Definition at line 1166 of file xdot.py.
| def xdot::Animation::start | ( | self | ) |
Reimplemented in xdot::NoAnimation, and xdot::LinearAnimation.
| def xdot::Animation::stop | ( | self | ) |
Reimplemented in xdot::NoAnimation.
| def xdot::Animation::tick | ( | self | ) |
Reimplemented in xdot::LinearAnimation.
float xdot::Animation::step = 0.03 [static] |