home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vbtimer.zip / TIMERCOD.ZIP / VBTIMER.VBE < prev    next >
Text File  |  1995-06-23  |  1KB  |  17 lines

  1. //VBBeginPartInfo: VBTimer,"A part that signals an event at regular intervals"
  2. //VBParent: IStandardNotifier
  3. //VBIncludes: "VBTimer.hpp" _VBTIMER_
  4. //VBPartDataFile: VBTimer.vbb
  5. //VBConstructor: VBTimer()
  6. //VBComposerInfo: nonvisual,628,vbtimer
  7. //VBEvent: ready,"ready", readyId
  8. //VBEvent: timerEvent,"Signalled whenever the timer expires", timerEventId
  9. //VBAction: stop,"Stopped the timer from signalling",VBTimer&,virtual VBTimer& stop()
  10. //VBAction: start,,VBTimer&,virtual VBTimer& start()
  11. //VBAttribute: interval,"The interval between timerEvents",unsigned long,virtual unsigned long interval() const,virtual VBTimer& setInterval(unsigned long aInterval),intervalId
  12. //VBAttribute: isStarted,"Returns true if the timer is started.  Signals whenever the timer is started.",Boolean,virtual Boolean isStarted() const,,startedEvent
  13. //VBAttribute: isStopped,"Returns true if the timer is stopped.  Signals whenever the timer is stopped.",Boolean,virtual Boolean isStopped() const,,stoppedEvent
  14. //VBPreferredFeatures: enabledForNotification, interval, isStarted, isStopped, start, stop, this, timerEvent
  15. //VBLibFile: vbtimer.lib
  16. //VBEndPartInfo: VBTimer
  17.