Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | Related Pages

VDKTimer Class Reference

Provides a timer. More...

#include <timer.h>

Inheritance diagram for VDKTimer:

VDKObject VDKNotCopyAble List of all members.

Public Member Functions

Public Attributes


Detailed Description

Provides a timer.

SIGNAL
EXAMPLES
Into ./testvdk/progresswin.cc


Constructor & Destructor Documentation

VDKTimer::VDKTimer VDKForm owner,
unsigned int  tick = 1000,
bool  start = true
 

Constructor

Parameters:
owner 
tick timer interval
start if true starts at creation

VDKTimer::~VDKTimer  )  [virtual]
 

Destructor


Member Function Documentation

void VDKTimer::SetTimeTick unsigned int  t  ) 
 

Set/gets timer tick interval

void VDKTimer::Start  ) 
 

Explicitely starts the timer

bool VDKTimer::Started  )  [inline]
 

Answers if timer was started or not

void VDKTimer::Stop  ) 
 

Stop the timer


Member Data Documentation

VDKSignal1<void, bool> VDKTimer::OnTimerRunning
 

Extended LS signal system: Received when timer starts/stops

Parameters:
bool started

VDKSignal0<void> VDKTimer::OnTimerTick
 

Extended LS signal system: Received when timer ticks

VDKReadWriteValueProp<VDKTimer, unsigned int> VDKTimer::TimeTick
 

Set/gets timer tick interval


The documentation for this class was generated from the following files:
Generated on Wed Aug 6 11:01:59 2003 for vdk 2.0.3 by doxygen 1.3.2