|
CTWM
|
Go to the source code of this file.
Functions | |
| void | StartAnimation (void) |
| void | StopAnimation (void) |
| void | SetAnimationSpeed (int speed) |
| void | ModifyAnimationSpeed (int incr) |
| void | TryToAnimate (void) |
Variables | |
| int | Animating |
| bool | AnimationActive |
| bool | MaybeAnimate |
| int | AnimationSpeed |
| struct timeval | AnimateTimeout |
| void ModifyAnimationSpeed | ( | int | incr | ) |
Definition at line 134 of file animate.c.
References AnimateTimeout, AnimationActive, AnimationSpeed, MAXANIMATIONSPEED, and StopAnimation().
Referenced by f_slowdownanimation_impl(), and f_speedupanimation_impl().
| void SetAnimationSpeed | ( | int | speed | ) |
Definition at line 124 of file animate.c.
References AnimationSpeed, and MAXANIMATIONSPEED.
Referenced by do_number_keyword().
| void StartAnimation | ( | void | ) |
Definition at line 89 of file animate.c.
References AnimateTimeout, AnimationActive, AnimationSpeed, and MAXANIMATIONSPEED.
Referenced by ctwm_main(), and f_startanimation_impl().
| void StopAnimation | ( | void | ) |
Definition at line 117 of file animate.c.
References AnimationActive.
Referenced by DoRestart(), f_stopanimation_impl(), LoadXwdImage(), and ModifyAnimationSpeed().
| void TryToAnimate | ( | void | ) |
Definition at line 55 of file animate.c.
References Animate(), Animating, AnimationSpeed, and tracefile.
Referenced by CtwmNextEvent().
|
extern |
Definition at line 34 of file animate.c.
Referenced by CtwmNextEvent(), ModifyAnimationSpeed(), and StartAnimation().
|
extern |
Definition at line 30 of file animate.c.
Referenced by Animate(), HandleClientMessage(), and TryToAnimate().
|
extern |
Definition at line 32 of file animate.c.
Referenced by CtwmNextEvent(), LoadXwdImage(), ModifyAnimationSpeed(), StartAnimation(), and StopAnimation().
|
extern |
Definition at line 31 of file animate.c.
Referenced by Animate(), CtwmNextEvent(), ModifyAnimationSpeed(), SetAnimationSpeed(), StartAnimation(), and TryToAnimate().
|
extern |
Definition at line 33 of file animate.c.
Referenced by Animate(), CreateIconWindow(), CtwmNextEvent(), GotoWorkSpace(), HandleMapRequest(), IconUp(), SetFocusVisualAttributes(), and WMgrSetMapState().