kalarm/lib

MidnightTimer Class Reference

MidnightTimer is an application-wide timer synchronised to midnight, local time. More...

#include <synchtimer.h>

List of all members.


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 synchronised to midnight, local time.

Author:
David Jarvie <software@astrojar.org.uk>

Definition at line 178 of file synchtimer.h.


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: