kalarm/lib
#include <synchtimer.h>
SynchTimer is a virtual base class for application-wide timers synchronized to a time boundary.
- Author
- David Jarvie djarv.nosp@m.ie@k.nosp@m.de.or.nosp@m.g
Definition at line 37 of file synchtimer.h.
SynchTimer::~SynchTimer |
( |
| ) |
|
|
virtual |
SynchTimer::SynchTimer |
( |
| ) |
|
|
protected |
void SynchTimer::connecT |
( |
QObject * |
receiver, |
|
|
const char * |
member |
|
) |
| |
|
protected |
void SynchTimer::disconnecT |
( |
QObject * |
receiver, |
|
|
const char * |
member = 0 |
|
) |
| |
|
protected |
bool SynchTimer::hasConnections |
( |
| ) |
const |
|
inlineprotected |
virtual void SynchTimer::slotTimer |
( |
| ) |
|
|
protectedpure virtualslot |
virtual void SynchTimer::start |
( |
| ) |
|
|
protectedpure virtual |
QTimer* SynchTimer::mTimer |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.