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

VCF::RunLoopTimer Class Reference

#include <RunLoopTimer.h>

List of all members.

Public Member Functions

 RunLoopTimer (const DateTime &fireDate)
 RunLoopTimer (const DateTimeSpan &interval)
 RunLoopTimer (const DateTime &fireDate, const DateTimeSpan &interval)
 ~RunLoopTimer ()
bool doesRepeat () const
DateTimeSpan getInterval () const
DateTime getNextFireDate () const
bool isActive () const
void setActive (const bool &val)
RunLoopTimerPeerPtr::Shared getPeer ()

Public Attributes

Delegate1< RunLoopTimer & > TimerFired


Constructor & Destructor Documentation

VCF::RunLoopTimer::RunLoopTimer const DateTime fireDate  ) 
 

VCF::RunLoopTimer::RunLoopTimer const DateTimeSpan interval  ) 
 

VCF::RunLoopTimer::RunLoopTimer const DateTime fireDate,
const DateTimeSpan interval
 

VCF::RunLoopTimer::~RunLoopTimer  ) 
 


Member Function Documentation

bool VCF::RunLoopTimer::doesRepeat  )  const
 

DateTimeSpan VCF::RunLoopTimer::getInterval  )  const
 

DateTime VCF::RunLoopTimer::getNextFireDate  )  const
 

RunLoopTimerPeerPtr::Shared VCF::RunLoopTimer::getPeer  )  [inline]
 

bool VCF::RunLoopTimer::isActive  )  const
 

void VCF::RunLoopTimer::setActive const bool &  val  ) 
 


Member Data Documentation

Delegate1<RunLoopTimer&> VCF::RunLoopTimer::TimerFired
 


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