synchtimer.h
TQTime timeOfDay() const
Return the current time of day at which this variable timer triggers.
Definition: synchtimer.h:147
DailyTimer is an application-wide timer synchronised to a specified time of day, local time...
Definition: synchtimer.h:117
static void connect(const TQTime &timeOfDay, TQObject *receiver, const char *member)
Connect to the timer signal which triggers at the given fixed time of day.
Definition: synchtimer.h:129
MidnightTimer is an application-wide timer synchronised to midnight, local time.
Definition: synchtimer.h:181
static void disconnect(TQObject *receiver, const char *member=0)
Disconnect from the timer signal.
Definition: synchtimer.h:195
MinuteTimer is an application-wide timer synchronised to the minute boundary.
Definition: synchtimer.h:77
static void disconnect(TQObject *receiver, const char *member=0)
Disconnect from the timer signal.
Definition: synchtimer.h:94
static void connect(TQObject *receiver, const char *member)
Connect to the timer signal.
Definition: synchtimer.h:87
static void connect(TQObject *receiver, const char *member)
Connect to the timer signal.
Definition: synchtimer.h:188
SynchTimer is a virtual base class for application-wide timers synchronised to a time boundary...
Definition: synchtimer.h:37
static void disconnect(const TQTime &timeOfDay, TQObject *receiver, const char *member=0)
Disconnect from the timer signal which triggers at the given fixed time of day.
Definition: synchtimer.cpp:150