kalarm/lib
Static Public Member Functions |
Protected Slots |
Protected Member Functions |
Static Protected Member Functions
MinuteTimer Class Reference
MinuteTimer is an application-wide timer synchronised to the minute boundary. More...
#include <synchtimer.h>
Inheritance diagram for MinuteTimer:

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 MinuteTimer * | instance () |
Detailed Description
MinuteTimer is an application-wide timer synchronised to the minute boundary.
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:
-
receiver Receiving object. member Slot 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:
-
receiver Receiving object. member Slot 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: