kalarm/lib

MidnightTimer Class Reference

#include <synchtimer.h>

Static Public Member Functions

static void connect (TQObject *receiver, const char *member)
 
static void disconnect (TQObject *receiver, const char *member=0)
 

Detailed Description

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

Author
David Jarvie softw.nosp@m.are@.nosp@m.astro.nosp@m.jar..nosp@m.org.u.nosp@m.k

Definition at line 181 of file synchtimer.h.

Member Function Documentation

◆ connect()

static void MidnightTimer::connect ( TQObject *  receiver,
const char *  member 
)
inlinestatic

Connect to the timer signal.

Parameters
receiverReceiving object.
memberSlot to activate.

Definition at line 188 of file synchtimer.h.

◆ disconnect()

static void MidnightTimer::disconnect ( TQObject *  receiver,
const char *  member = 0 
)
inlinestatic

Disconnect from the timer signal.

Parameters
receiverReceiving object.
memberSlot to disconnect. If null, all slots belonging to receiver will be disconnected.

Definition at line 195 of file synchtimer.h.


The documentation for this class was generated from the following file: