CEikProgressInfo::SLayout Struct Reference

API published in: S60 1st Ed


#include <
eikprogi.h>

Detailed Description

Defines the layout and colours for a progress information control.

Data Fields

TRgb iFillColor
 The colour for the part of the control that indicates the progress that has been made.
TRgb iEmptyColor
 The colour for sections of the control that indicate the progress yet to be made.
TRgb iFillTextColor
 The colour for the optional progress text that is displayed i.e.
TRgb iEmptyTextColor
 Optional progress text that appears in the empty portion of the control.
const CFont * iFont
 The font to use for the optional progress text.
TInt iGapBetweenBlocks
 The gap between the blocks in the control that indicate the progress made.

Field Documentation

TRgb CEikProgressInfo::SLayout::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 CEikProgressInfo::SLayout::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 CEikProgressInfo::SLayout::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 CEikProgressInfo::SLayout::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* CEikProgressInfo::SLayout::iFont
 

The font to use for the optional progress text.

By default, the environment's normal font.

TInt CEikProgressInfo::SLayout::iGapBetweenBlocks
 

The gap between the blocks in the control that indicate the progress made.

By default, one pixel.


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

Copyright © Nokia Corporation 2001-2008
Back to top