CColumnListBoxData::TColors Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikclbd.h>

Detailed Description

Represents the colours used within the border and for the optional single pixel border outlines.

These colours are stored using TRgb values.


Public Member Functions

IMPORT_C  TColors ()
  C++ default constructor.

Data Fields

TRgb  iText
  Stores text Color.
TRgb  iBack
  Stores background color.
TRgb  iHighlightedText
  Stores highLighted text color.
TRgb  iHighlightedBack
  Stores highlighted background colour.

Constructor & Destructor Documentation

IMPORT_C CColumnListBoxData::TColors::TColors  ) 
 

C++ default constructor.


Field Documentation

TRgb CColumnListBoxData::TColors::iBack
 

Stores background color.

TRgb CColumnListBoxData::TColors::iHighlightedBack
 

Stores highlighted background colour.

TRgb CColumnListBoxData::TColors::iHighlightedText
 

Stores highLighted text color.

TRgb CColumnListBoxData::TColors::iText
 

Stores text Color.


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

Copyright © Nokia Corporation 2001-2008
Back to top