CEikProgressInfo::SLayout Struct Reference

struct CEikProgressInfo::SLayout

Defines the layout and colours for a progress information control.

Member Data Documentation

TRgb iEmptyColor

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

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

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

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

const CFont *iFont

The font to use for the optional progress text. By default, the environment's normal font.

TInt iGapBetweenBlocks

TInt iGapBetweenBlocks

The gap between the blocks in the control that indicate the progress made. By default, one pixel.