Location:
gulutil.h
Link against: egul.lib
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()
, GetTextItem()
, MaximumWidthInPixels()
, TFindWidthOfWidestTextItem()
IMPORT_C TInt MaximumWidthInPixels(const CFont &aFont) const;
Gets the width in pixels of the widest item in the range, using the specified font.
|
|