kalarm/lib
MidnightTimer Class Reference
#include <synchtimer.h>
Static Public Member Functions | |
static void | connect (QObject *receiver, const char *member) |
static void | disconnect (QObject *receiver, const char *member=0) |
Detailed Description
MidnightTimer is an application-wide timer synchronized to midnight, local time.
Definition at line 178 of file synchtimer.h.
Member Function Documentation
|
inlinestatic |
Connect to the timer signal.
- Parameters
-
receiver Receiving object. member Slot to activate.
Definition at line 185 of file synchtimer.h.
|
inlinestatic |
Disconnect from the timer signal.
- Parameters
-
receiver Receiving object. member Slot to disconnect. If null, all slots belonging to receiver
will be disconnected.
Definition at line 192 of file synchtimer.h.
The documentation for this class was generated from the following file:
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.