#include <bcrepeater.h>
Inheritance diagram for BC_Repeater:

Public Member Functions | |
| BC_Repeater (BC_WindowBase *top_level, long delay) | |
| ~BC_Repeater () | |
| void | initialize () |
| int | start_repeating () |
| int | stop_repeating () |
| void | run () |
Public Attributes | |
| long | repeat_id |
| long | delay |
| int | repeating |
| int | interrupted |
| Condition * | repeat_lock |
Private Attributes | |
| Timer | timer |
| BC_WindowBase * | top_level |
| long | next_delay |
| Condition * | pause_lock |
| Condition * | startup_lock |
Definition at line 10 of file bcrepeater.h.
|
||||||||||||
|
Definition at line 8 of file bcrepeater.C. |
|
|
Definition at line 22 of file bcrepeater.C. |
|
|
Definition at line 36 of file bcrepeater.C. |
|
|
Implements Thread. Definition at line 67 of file bcrepeater.C. |
|
|
Definition at line 43 of file bcrepeater.C. |
|
|
Definition at line 55 of file bcrepeater.C. |
|
|
Definition at line 22 of file bcrepeater.h. |
|
|
Definition at line 24 of file bcrepeater.h. |
|
|
Definition at line 32 of file bcrepeater.h. |
|
|
Definition at line 33 of file bcrepeater.h. |
|
|
Definition at line 21 of file bcrepeater.h. |
|
|
Definition at line 26 of file bcrepeater.h. |
|
|
Definition at line 23 of file bcrepeater.h. |
|
|
Definition at line 34 of file bcrepeater.h. |
|
|
Definition at line 29 of file bcrepeater.h. |
|
|
Definition at line 30 of file bcrepeater.h. |
1.4.4