kalarm/lib

#include <synchtimer.h>

Inheritance diagram for MinuteTimer:
SynchTimer

List of all members.

Static Public Member Functions

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

Protected Slots

virtual void slotTimer ()

Protected Member Functions

virtual void start ()

Static Protected Member Functions

static MinuteTimerinstance ()

Detailed Description

MinuteTimer is an application-wide timer synchronised to the minute boundary.

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

Definition at line 77 of file synchtimer.h.


Member Function Documentation

static void MinuteTimer::connect ( TQObject *  receiver,
const char *  member 
) [inline, static]

Connect to the timer signal.

Parameters:
receiverReceiving object.
memberSlot to activate.

Definition at line 87 of file synchtimer.h.

static void MinuteTimer::disconnect ( TQObject *  receiver,
const char *  member = 0 
) [inline, static]

Disconnect from the timer signal.

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

Definition at line 94 of file synchtimer.h.


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