kalarm/lib
MinuteTimer Class Reference
MinuteTimer is an application-wide timer synchronized to the minute boundary. More...
#include <synchtimer.h>
Inheritance diagram for MinuteTimer:

Public Member Functions | |
| virtual | ~MinuteTimer () |
Static Public Member Functions | |
| static void | connect (QObject *receiver, const char *member) |
| static void | disconnect (QObject *receiver, const char *member=0) |
Protected Slots | |
| virtual void | slotTimer () |
Protected Member Functions | |
| MinuteTimer () | |
| virtual void | start () |
Static Protected Member Functions | |
| static MinuteTimer * | instance () |
Detailed Description
MinuteTimer is an application-wide timer synchronized to the minute boundary.
Definition at line 76 of file synchtimer.h.
Constructor & Destructor Documentation
| virtual MinuteTimer::~MinuteTimer | ( | ) | [inline, virtual] |
Definition at line 80 of file synchtimer.h.
| MinuteTimer::MinuteTimer | ( | ) | [inline, protected] |
Definition at line 96 of file synchtimer.h.
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.
Definition at line 85 of file synchtimer.h.
| 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 receiverwill be disconnected.
Definition at line 92 of file synchtimer.h.
| MinuteTimer * MinuteTimer::instance | ( | ) | [static, protected] |
Definition at line 101 of file synchtimer.cpp.
| void MinuteTimer::slotTimer | ( | ) | [protected, virtual, slot] |
Implements SynchTimer.
Definition at line 114 of file synchtimer.cpp.
| virtual void MinuteTimer::start | ( | ) | [inline, protected, virtual] |
Implements SynchTimer.
Definition at line 98 of file synchtimer.h.
The documentation for this class was generated from the following files:
KDE 4.5 API Reference