kalarm
StartOfDayTimer Class Reference
#include <startdaytimer.h>
Inheritance diagram for StartOfDayTimer:

Detailed Description
StartOfDayTimer is an application-wide timer synchronized to the user-defined start-of-day time (set in KAlarm's Preferences dialog).It automatically adjusts to any changes in the start-of-day time.
Definition at line 35 of file startdaytimer.h.
Public Member Functions | |
| virtual | ~StartOfDayTimer () |
Static Public Member Functions | |
| static void | connect (QObject *receiver, const char *member) |
| static void | disconnect (QObject *receiver, const char *member=0) |
Protected Member Functions | |
| StartOfDayTimer () | |
Static Protected Member Functions | |
| static StartOfDayTimer * | instance () |
Constructor & Destructor Documentation
| virtual StartOfDayTimer::~StartOfDayTimer | ( | ) | [inline, virtual] |
Definition at line 39 of file startdaytimer.h.
| StartOfDayTimer::StartOfDayTimer | ( | ) | [protected] |
Definition at line 29 of file startdaytimer.cpp.
Member Function Documentation
| static void StartOfDayTimer::connect | ( | QObject * | receiver, | |
| const char * | member | |||
| ) | [inline, static] |
Connect to the timer signal.
- Parameters:
-
receiver Receiving object. member Slot to activate.
Definition at line 44 of file startdaytimer.h.
| static void StartOfDayTimer::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 51 of file startdaytimer.h.
| StartOfDayTimer * StartOfDayTimer::instance | ( | ) | [static, protected] |
Definition at line 35 of file startdaytimer.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference