#include <synchtimer.h>
|
|
virtual void | slotTimer ()=0 |
| |
|
|
virtual void | start ()=0 |
| |
| void | connecT (TQObject *receiver, const char *member) |
| |
| void | disconnecT (TQObject *receiver, const char *member=0) |
| |
| bool | hasConnections () const |
| |
SynchTimer is a virtual base class for application-wide timers synchronised to a time boundary.
- Author
- David Jarvie softw.nosp@m.are@.nosp@m.astro.nosp@m.jar..nosp@m.org.u.nosp@m.k
Definition at line 37 of file synchtimer.h.
◆ ~SynchTimer()
| SynchTimer::~SynchTimer |
( |
| ) |
|
|
virtual |
◆ SynchTimer()
| SynchTimer::SynchTimer |
( |
| ) |
|
|
protected |
◆ connecT()
| void SynchTimer::connecT |
( |
TQObject * |
receiver, |
|
|
const char * |
member |
|
) |
| |
|
protected |
◆ disconnecT()
| void SynchTimer::disconnecT |
( |
TQObject * |
receiver, |
|
|
const char * |
member = 0 |
|
) |
| |
|
protected |
◆ hasConnections()
| bool SynchTimer::hasConnections |
( |
| ) |
const |
|
inlineprotected |
◆ mTimer
| TQTimer* SynchTimer::mTimer |
|
protected |
The documentation for this class was generated from the following files: