kalarm/lib
synchtimer.h
Go to the documentation of this file.
DailyTimer is an application-wide timer synchronized to a specified time of day, local time...
Definition: synchtimer.h:115
QTime timeOfDay() const
Return the current time of day at which this variable timer triggers.
Definition: synchtimer.h:144
static void connect(QObject *receiver, const char *member)
Connect to the timer signal.
Definition: synchtimer.h:185
MidnightTimer is an application-wide timer synchronized to midnight, local time.
Definition: synchtimer.h:178
virtual void start()=0
static void connect(const QTime &timeOfDay, QObject *receiver, const char *member)
Connect to the timer signal which triggers at the given fixed time of day.
Definition: synchtimer.h:126
void disconnecT(QObject *receiver, const char *member=0)
Definition: synchtimer.cpp:64
static void disconnect(QObject *receiver, const char *member=0)
Disconnect from the timer signal.
Definition: synchtimer.h:92
static void connect(QObject *receiver, const char *member)
Connect to the timer signal.
Definition: synchtimer.h:85
MinuteTimer is an application-wide timer synchronized to the minute boundary.
Definition: synchtimer.h:76
static DailyTimer * fixedInstance(const QTime &timeOfDay, bool create=true)
Return the instance which triggers at the specified fixed time of day, optionally creating a new inst...
Definition: synchtimer.cpp:143
static void disconnect(const QTime &timeOfDay, QObject *receiver, const char *member=0)
Disconnect from the timer signal which triggers at the given fixed time of day.
Definition: synchtimer.cpp:155
static void disconnect(QObject *receiver, const char *member=0)
Disconnect from the timer signal.
Definition: synchtimer.h:192
SynchTimer is a virtual base class for application-wide timers synchronized to a time boundary...
Definition: synchtimer.h:37
Definition: synchtimer.h:43
void changeTime(const QTime &newTimeOfDay, bool triggerMissed=true)
Change the time at which this variable timer triggers.
Definition: synchtimer.cpp:168
bool operator==(const Connection &c) const
Definition: synchtimer.h:47
virtual void slotTimer()=0
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.