| class RDigitalClock : public RClock | 
A digital clock.
A digital clock is composed of one or more text sections, which define how the time information is displayed.
| Public Member Functions | |
|---|---|
| RDigitalClock(RAnimDll &, const RWindowBase &) | |
| IMPORT_C void | AddTextSectionL(const TDigitalDisplayTextSection &) | 
| IMPORT_C void | ConstructL(TTimeIntervalSeconds, const TPoint &, const TSize &, const TMargins &, const STimeDeviceShadow &, TRgb, TInt) | 
| IMPORT_C void | SetBackgroundColor(TRgb, TRgb) | 
| IMPORT_C void | SetTextColor(TRgb) | 
| IMPORT_C | RDigitalClock | ( | RAnimDll & | aAnimDll, | 
| const RWindowBase & | aWindow | |||
| ) | ||||
| RAnimDll & aAnimDll | |
| const RWindowBase & aWindow | 
| IMPORT_C void | AddTextSectionL | ( | const TDigitalDisplayTextSection & | aTextSection | ) | 
| const TDigitalDisplayTextSection & aTextSection | 
| IMPORT_C void | ConstructL | ( | TTimeIntervalSeconds | aUniversalTimeOffset, | 
| const TPoint & | aPosition, | |||
| const TSize & | aSize, | |||
| const TMargins & | aMargins, | |||
| const STimeDeviceShadow & | aShadow, | |||
| TRgb | aBackgroundColor, | |||
| TInt | aNumTextSections | |||
| ) | ||||
| TTimeIntervalSeconds aUniversalTimeOffset | |
| const TPoint & aPosition | |
| const TSize & aSize | |
| const TMargins & aMargins | |
| const STimeDeviceShadow & aShadow | |
| TRgb aBackgroundColor | |
| TInt aNumTextSections |