Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: clock.h
Link against: clock.lib

Struct SAnalogDisplayAmPm

struct SAnalogDisplayAmPm

Support

Supported from 5.0

Description

Defines the display parameters of the AM/PM display for an analogue clock.

Defined in SAnalogDisplayAmPm:
iBackgroundColor, iFontHandle, iPositionRelativeToFace, iShadow, iSize, iTextColor

See also:


iPositionRelativeToFace

TPoint iPositionRelativeToFace;

Description

Position relative to the clock face.

[Top]


iSize

TSize iSize;

Description

Size.

[Top]


iShadow

STimeDeviceShadow iShadow;

Description

Shadow settings.

[Top]


iBackgroundColor

TRgb iBackgroundColor;

Description

Background colour.

[Top]


iFontHandle

TInt iFontHandle;

Description

Handle to the font to use. This can be obtained using CFbsFont::Handle().

See also:

[Top]


iTextColor

TRgb iTextColor;

Description

Colour for text.