kalarm/lib
MidnightTimer Class Reference
#include <synchtimer.h>
Detailed Description
MidnightTimer is an application-wide timer synchronised to midnight, local time.
Definition at line 178 of file synchtimer.h.
Static Public Member Functions | |
static void | connect (QObject *receiver, const char *member) |
static void | disconnect (QObject *receiver, const char *member=0) |
Member Function Documentation
static void MidnightTimer::connect | ( | QObject * | receiver, | |
const char * | member | |||
) | [inline, static] |
Connect to the timer signal.
- Parameters:
-
receiver Receiving object. member Slot to activate.
Definition at line 185 of file synchtimer.h.
static void MidnightTimer::disconnect | ( | QObject * | receiver, | |
const char * | member = 0 | |||
) | [inline, static] |
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: