#include <mw/eikprogi.h>
struct CEikProgressInfo::SInfo |
Public Attributes | |
---|---|
TInt | iFinalValue |
TInt | iHeight |
TInt | iSplitsInBlock |
TEikProgressTextType | iTextType |
TInt | iWidth |
Defines the progress control's type.
TInt | iFinalValue |
The final value of the progress information control that, when reached, indicates completion.
TInt | iSplitsInBlock |
The total number of splits in the progress information control. This is optional.
TEikProgressTextType | iTextType |
The type of text for the progress information control. This can be percentage or fraction. See the TEikProgressTextType enum.