kalarm/lib

#include <synchtimer.h>

Inheritance diagram for SynchTimer:
DailyTimer MinuteTimer

Protected Slots

virtual void slotTimer ()=0
 

Protected Member Functions

virtual void start ()=0
 
void connecT (TQObject *receiver, const char *member)
 
void disconnecT (TQObject *receiver, const char *member=0)
 
bool hasConnections () const
 

Protected Attributes

TQTimer * mTimer
 

Detailed Description

SynchTimer is a virtual base class for application-wide timers synchronised to a time boundary.

Author
David Jarvie softw.nosp@m.are@.nosp@m.astro.nosp@m.jar..nosp@m.org.u.nosp@m.k

Definition at line 37 of file synchtimer.h.

Constructor & Destructor Documentation

◆ ~SynchTimer()

SynchTimer::~SynchTimer ( )
virtual

Definition at line 37 of file synchtimer.cpp.

◆ SynchTimer()

SynchTimer::SynchTimer ( )
protected

Definition at line 32 of file synchtimer.cpp.

Member Function Documentation

◆ connecT()

void SynchTimer::connecT ( TQObject *  receiver,
const char *  member 
)
protected

Definition at line 46 of file synchtimer.cpp.

◆ disconnecT()

void SynchTimer::disconnecT ( TQObject *  receiver,
const char *  member = 0 
)
protected

Definition at line 63 of file synchtimer.cpp.

◆ hasConnections()

bool SynchTimer::hasConnections ( ) const
inlineprotected

Definition at line 57 of file synchtimer.h.

Member Data Documentation

◆ mTimer

TQTimer* SynchTimer::mTimer
protected

Definition at line 59 of file synchtimer.h.


The documentation for this class was generated from the following files: