[TSimpleDlgEditor] [Index] [TSimpleTimer]

Class TSimpleTimer


File: <toad/simpletimer.hh>

Super Classes

Attributes

Methods

StartTimer
public void StartTimer(ulong sec, ulong usec, bool skip_first=false)
sec, usec specifies the interval time between calls to tick().
If `skip_first' is `false' the first call to tick() will happen almost at once. Otherwise the first tick will happen after sec, usec.
StopTimer
public void StopTimer()
TSimpleTimer
public TSimpleTimer()
public virtual ~TSimpleTimer()
tick
public virtual void tick()

This page was generated with Stupid -- Another stupid C++ to HTML generator
Written 1998,99 by The Wizards of Zilog
Copyright © 1998,99 by the TOAD Project