Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GULUTIL.H>
Link against: egul.lib

Class TFindWidthOfWidestDigitType

class TFindWidthOfWidestDigitType : public TFindWidthOfWidestTextItem;

Description

Derivation

Members

Defined in TFindWidthOfWidestDigitType:

Inherited from TFindWidthOfWidestTextItem:


Construction and destruction


TFindWidthOfWidestDigitType(TDigitType)

IMPORT_C TFindWidthOfWidestDigitType(TDigitType aDigitType);

Description

Parameters

TDigitType aDigitType

[Top]


Member functions


GetFirstAndLastIndex(TInt &,TInt &)const

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(TDes &,TInt)const

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

Description

Gets the text item at the specfied index.

Parameters

TDes16 &aText

On return, the indexed text item.

TInt aIndex

The index.