CClock.h File Reference

Header file of the clock. More...

#include "STDAFX.H"

Include dependency graph for CClock.h:

This graph shows which files directly or indirectly include this file:


Classes

class  CClock
 CClock is a reusable class which manages a clock with several types and modes. More...

Enumerations

enum  EClockType { CLOCKTYPE_CHRONOMETER, CLOCKTYPE_COUNTDOWN }
 Clock type : describes how to make the date evolve. More...
enum  EClockMode {
  CLOCKMODE_HMSC, CLOCKMODE_HMS, CLOCKMODE_HM, CLOCKMODE_MSC,
  CLOCKMODE_MS, CLOCKMODE_SC, CLOCKMODE_S
}
 Clock mode : describes what time units to count. More...

Detailed Description

Header file of the clock.


Enumeration Type Documentation

enum EClockMode

Clock mode : describes what time units to count.

For instance, if the user of CClock wants the seconds count and the minutes count of the time, he will choose the 'MS' mode.

Enumerator:
CLOCKMODE_HMSC  Compute Hours and Minutes and Seconds and Seconds100 for each update.
CLOCKMODE_HMS  Compute Hours and Minutes and Seconds for each update.
CLOCKMODE_HM  Compute Hours and Minutes for each update.
CLOCKMODE_MSC  Compute Minutes = total minutes, and Seconds and Seconds100 for each update.
CLOCKMODE_MS  Compute Minutes = total minutes, and Seconds for each update.
CLOCKMODE_SC  Compute Seconds = total seconds, and Seconds100 for each update.
CLOCKMODE_S  Compute Seconds = total seconds, for each update.

enum EClockType

Clock type : describes how to make the date evolve.

Enumerator:
CLOCKTYPE_CHRONOMETER  Chronometer from a given date A:B:C.
CLOCKTYPE_COUNTDOWN  Count down from a given date A:B:C.


Generated on Sat Oct 18 12:26:38 2008 for Bombermaaan by  doxygen 1.5.5
Visit the Bombermaaan project page
SourceForge.net Logo