Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: gulutil.h
Link against: egul.lib

Class TFindWidthOfWidestDigitType

class TFindWidthOfWidestDigitType : public TFindWidthOfWidestTextItem;

Description

Derivation

Members

Defined in TFindWidthOfWidestDigitType:
GetFirstAndLastIndex(), GetTextItem(), TFindWidthOfWidestDigitType()

Inherited from TFindWidthOfWidestTextItem:
MaximumWidthInPixels()


Construction and destruction


TFindWidthOfWidestDigitType()

IMPORT_C TFindWidthOfWidestDigitType(TDigitType aDigitType);

Description

Parameters

TDigitType aDigitType

[Top]


Member functions


GetFirstAndLastIndex()

private: virtual void GetFirstAndLastIndex(TInt &aFirstIndex, TInt &aLastIndex) const;

Description

Gets the first and last index in the range of items.

Parameters

TInt &aFirstIndex

On return, the first index.

TInt &aLastIndex

On return, the last index.


GetTextItem()

private: virtual void GetTextItem(TDes &aText, TInt aIndex) const;

Description

Gets the text item at the specfied index.

Parameters

TDes &aText

On return, the indexed text item.

TInt aIndex

The index.