|
||
class TFindWidthOfWidestTextItem;
Finds the width in pixels of the widest item in a range of indexed text items.
This is the base class for several classes used to get the maximum width for date and time components.
Derived classes should override the pure virtual methods to supply an appropriate range of items.
Defined in TFindWidthOfWidestTextItem
:
GetFirstAndLastIndex(TInt &,TInt &)const
Gets the first and last index in the range of items.GetTextItem(TDes &,TInt)const
Gets the text item at the specfied index.MaximumWidthInPixels(const CFont &)const
Gets the width in pixels of the widest item in the range, using the specified fo...TFindWidthOfWidestTextItem()
Default constructor. IMPORT_C TInt MaximumWidthInPixels(const CFont &aFont) const;
Gets the width in pixels of the widest item in the range, using the specified font.
|
|