KDE PIM / Developers / API Docs / kalarm

MinuteTimer Class Reference

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

#include <synchtimer.h>

Inherits SynchTimer.

List of all members.

Static Public Member Functions

Protected Slots

Protected Member Functions

Static Protected Member Functions


Detailed Description

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

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


Member Function Documentation

static void MinuteTimer::connect QObject *  receiver,
const char *  member
[inline, static]
 

Connect to the timer signal.

Parameters:
receiver Receiving object.
member Slot to activate.

static void MinuteTimer::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.

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