kalarm/lib
SynchTimer Class Reference
#include <synchtimer.h>
Inheritance diagram for SynchTimer:

Detailed Description
SynchTimer is a virtual base class for application-wide timers synchronized to a time boundary.
Definition at line 37 of file synchtimer.h.
Public Member Functions | |
| virtual | ~SynchTimer () |
Protected Slots | |
| virtual void | slotTimer ()=0 |
Protected Member Functions | |
| void | connecT (QObject *receiver, const char *member) |
| void | disconnecT (QObject *receiver, const char *member=0) |
| bool | hasConnections () const |
| virtual void | start ()=0 |
| SynchTimer () | |
Protected Attributes | |
| QTimer * | mTimer |
Classes | |
| struct | Connection |
Constructor & Destructor Documentation
| SynchTimer::~SynchTimer | ( | ) | [virtual] |
Definition at line 38 of file synchtimer.cpp.
| SynchTimer::SynchTimer | ( | ) | [protected] |
Definition at line 32 of file synchtimer.cpp.
Member Function Documentation
| void SynchTimer::connecT | ( | QObject * | receiver, | |
| const char * | member | |||
| ) | [protected] |
Definition at line 47 of file synchtimer.cpp.
| void SynchTimer::disconnecT | ( | QObject * | receiver, | |
| const char * | member = 0 | |||
| ) | [protected] |
Definition at line 64 of file synchtimer.cpp.
| bool SynchTimer::hasConnections | ( | ) | const [inline, protected] |
Definition at line 56 of file synchtimer.h.
| virtual void SynchTimer::slotTimer | ( | ) | [protected, pure virtual, slot] |
Implemented in MinuteTimer, and DailyTimer.
| virtual void SynchTimer::start | ( | ) | [protected, pure virtual] |
Implemented in MinuteTimer, and DailyTimer.
Member Data Documentation
QTimer* SynchTimer::mTimer [protected] |
Definition at line 58 of file synchtimer.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference