$search
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 1179 of file xdot.py.
def xdot::xdot::Animation::start | ( | self | ) |
Reimplemented in xdot::xdot::NoAnimation, and xdot::xdot::LinearAnimation.
def xdot::xdot::Animation::stop | ( | self | ) |
Reimplemented in xdot::xdot::NoAnimation.
def xdot::xdot::Animation::tick | ( | self | ) |
Reimplemented in xdot::xdot::LinearAnimation.
float xdot::xdot::Animation::step = 0.03 [static] |