CEikProgressInfo::SInfo Struct Reference

API published in: S60 1st Ed


#include <eikprogi.h>

Detailed Description

Defines the progress control's type.

Data Fields

TEikProgressTextType  iTextType
  The type of text for the progress information control.
TInt  iSplitsInBlock
  The total number of splits in the progress information control.
TInt  iFinalValue
  The final value of the progress information control that, when reached, indicates completion.
TInt  iWidth
  The width of the control in pixels.
TInt  iHeight
  The height of the progress information control.

Field Documentation

TInt CEikProgressInfo::SInfo::iFinalValue
 

The final value of the progress information control that, when reached, indicates completion.

TInt CEikProgressInfo::SInfo::iHeight
 

The height of the progress information control.

TInt CEikProgressInfo::SInfo::iSplitsInBlock
 

The total number of splits in the progress information control.

This is optional.

TEikProgressTextType CEikProgressInfo::SInfo::iTextType
 

The type of text for the progress information control.

This can be percentage or fraction. See the TEikProgressTextType enum.

TInt CEikProgressInfo::SInfo::iWidth
 

The width of the control in pixels.


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top