Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <CLOCK.H>
Link against: clock.lib

Class RDigitalClock

class RDigitalClock : public RClock;

Description

A digital clock.

A digital clock is composed of one or more text sections, which define how the time information is displayed.

Derivation

Members

Defined in RDigitalClock:

Inherited from RAnim:

Inherited from RAnimWithUtils:

Inherited from RClock:

Inherited from RTimeDevice:


Construction and destruction


RDigitalClock(RAnimDll &,const RWindowBase &)

IMPORT_C RDigitalClock(RAnimDll &aAnimDll, const RWindowBase &aWindow);

Description

Creates a digital clock object.

To complete construction, you must call RDigitalClock::ConstructL(TTimeIntervalSeconds,const TPoint &,const TSize &,const TMargins &,const STimeDeviceShadow &,TRgb,TInt).

Parameters

RAnimDll &aAnimDll

This RAnimDll must have been loaded with the server-side clock animation DLL, clocka.dll

const RWindowBase &aWindow

Window to which to add the clock


ConstructL(TTimeIntervalSeconds,const TPoint &,const TSize &,const TMargins &,const STimeDeviceShadow &,TRgb,TInt)

IMPORT_C void ConstructL(TTimeIntervalSeconds aUniversalTimeOffset, const TPoint &aPosition, const TSize &aSize, const TMargins &aMargins, const STimeDeviceShadow &aShadow, TRgb aBackgroundColor, TInt aNumTextSections);

Description

Completes construction of a digital clock.

Parameters

TTimeIntervalSeconds aUniversalTimeOffset

Initial time for the clock, expressed as an offset from universal time

const TPoint &aPosition

Clock's on-screen position

const TSize &aSize

Clock's on-screen size

const TMargins &aMargins

Margin settings

const STimeDeviceShadow &aShadow

Shadow settings

TRgb aBackgroundColor

Background color

TInt aNumTextSections

Number of text sections

[Top]


Member functions


AddTextSectionL(const TDigitalDisplayTextSection &)

IMPORT_C void AddTextSectionL(const TDigitalDisplayTextSection &aTextSection);

Description

Adds a text section to the clock.

This function can only be called after full construction of the clock.

Parameters

const TDigitalDisplayTextSection &aTextSection

Describes text section to add


SetBackgroundColor(TRgb,TRgb)

IMPORT_C void SetBackgroundColor(TRgb aBackgroundColor, TRgb aShadowColor);

Description

Sets the background colour for the clock.

This function can only be called after full construction of the clock.

Parameters

TRgb aBackgroundColor

Background colour

TRgb aShadowColor

Shadow colour


SetTextColor(TRgb)

IMPORT_C void SetTextColor(TRgb aTextColor);

Description

Sets the text colour.

This function can only be called after full construction of the clock.

Parameters

TRgb aTextColor

Text colour