Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::RunLoopTimerPeer Class Reference

#include <RunLoopTimerPeer.h>

Inheritance diagram for VCF::RunLoopTimerPeer:

VCF::LinuxRunLoopTimerPeer VCF::OSXRunLoopTimerPeer VCF::Win32RunLoopTimerPeer List of all members.

Public Member Functions

virtual ~RunLoopTimerPeer ()
virtual void create (const DateTime &fireDate)=0
virtual void create (const DateTimeSpan &interval)=0
virtual void create (const DateTime &fireDate, const DateTimeSpan &interval)=0
virtual bool isActive () const =0
virtual void setActive (const bool &val)=0
virtual bool doesRepeat () const =0
virtual DateTimeSpan getInterval () const =0
virtual DateTime getNextFireDate () const =0

Constructor & Destructor Documentation

VCF::RunLoopTimerPeer::~RunLoopTimerPeer  )  [inline, virtual]
 


Member Function Documentation

virtual void VCF::RunLoopTimerPeer::create const DateTime fireDate,
const DateTimeSpan interval
[pure virtual]
 

Implemented in VCF::LinuxRunLoopTimerPeer, VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.

virtual void VCF::RunLoopTimerPeer::create const DateTimeSpan interval  )  [pure virtual]
 

Implemented in VCF::LinuxRunLoopTimerPeer, VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.

virtual void VCF::RunLoopTimerPeer::create const DateTime fireDate  )  [pure virtual]
 

Implemented in VCF::LinuxRunLoopTimerPeer, VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.

virtual bool VCF::RunLoopTimerPeer::doesRepeat  )  const [pure virtual]
 

Implemented in VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.

virtual DateTimeSpan VCF::RunLoopTimerPeer::getInterval  )  const [pure virtual]
 

Implemented in VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.

virtual DateTime VCF::RunLoopTimerPeer::getNextFireDate  )  const [pure virtual]
 

Implemented in VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.

virtual bool VCF::RunLoopTimerPeer::isActive  )  const [pure virtual]
 

Implemented in VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.

virtual void VCF::RunLoopTimerPeer::setActive const bool &  val  )  [pure virtual]
 

Implemented in VCF::OSXRunLoopTimerPeer, and VCF::Win32RunLoopTimerPeer.


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information