#include <mw/eikprogi.h>
struct CEikProgressInfo::SLayout |
Public Attributes | |
---|---|
TRgb | iEmptyColor |
TRgb | iEmptyTextColor |
TRgb | iFillColor |
TRgb | iFillTextColor |
const CFont * | iFont |
TInt | iGapBetweenBlocks |
Defines the layout and colours for a progress information control.
TRgb | iEmptyColor |
The colour for sections of the control that indicate the progress yet to be made. By default, the value of the TLogicalColor enum's EColorControlBackground datum.
TRgb | iEmptyTextColor |
Optional progress text that appears in the empty portion of the control. By default, the value of the TLogicalColor enum's EColorControlText datum.
TRgb | iFillColor |
The colour for the part of the control that indicates the progress that has been made. By default, the value of the TLogicalColor enum's EColorControlHighlightBackground datum.
TRgb | iFillTextColor |
The colour for the optional progress text that is displayed i.e. the filled portion of the control. By default, the value of the TLogicalColor enum's EColorControlHighlightText datum.
const CFont * | iFont |
The font to use for the optional progress text. By default, the environment's normal font.
TInt | iGapBetweenBlocks |
The gap between the blocks in the control that indicate the progress made. By default, one pixel.