synchtimer.h
DailyTimer is an application-wide timer synchronised to a specified time of day, local time.
Definition: synchtimer.h:118
TQTime timeOfDay() const
Return the current time of day at which this variable timer triggers.
Definition: synchtimer.h:147
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
static DailyTimer * fixedInstance(const TQTime &timeOfDay, bool create=true)
Return the instance which triggers at the specified fixed time of day, optionally creating a new inst...
Definition: synchtimer.cpp:138
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
void changeTime(const TQTime &newTimeOfDay, bool triggerMissed=true)
Change the time at which this variable timer triggers.
Definition: synchtimer.cpp:163
MidnightTimer is an application-wide timer synchronised to midnight, local time.
Definition: synchtimer.h:182
static void connect(TQObject *receiver, const char *member)
Connect to the timer signal.
Definition: synchtimer.h:188
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:78
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
SynchTimer is a virtual base class for application-wide timers synchronised to a time boundary.
Definition: synchtimer.h:38