CColorArray Class Reference

class CColorArray : public CBase

A dynamic array of mappings between logical and physical colours (TRgb values).

Inherits from

Nested Classes and Structures

Constructor & Destructor Documentation

CColorArray()

CColorArray()[private]

~CColorArray()

IMPORT_C~CColorArray()

Member Functions Documentation

AddL(TInt, TRgb)

IMPORT_C voidAddL(TIntaLogicalColor,
TRgbaColor
)

Parameters

TInt aLogicalColor
TRgb aColor

Color(TInt)

IMPORT_C TRgbColor(TIntaLogicalColor)const

Parameters

TInt aLogicalColor

ConstructL()

voidConstructL()[private]

Contains(TInt)

IMPORT_C TBoolContains(TIntaLogicalColor)const

Parameters

TInt aLogicalColor

Count()

IMPORT_C TIntCount()const

ExternalizeL(RWriteStream &)

voidExternalizeL(RWriteStream &aStream)const

Parameters

RWriteStream & aStream

Find(TInt)

TInt Find(TIntaLogicalColor)const [private]

Parameters

TInt aLogicalColor

InternalizeL(RReadStream &)

voidInternalizeL(RReadStream &aStream)

Parameters

RReadStream & aStream

NewL()

IMPORT_C CColorArray *NewL()[static]

NewLC()

IMPORT_C CColorArray *NewLC()[static]

NewLC(const CColorArray &)

CColorArray *NewLC(const CColorArray &aArray)[static]

Parameters

const CColorArray & aArray

Remove(TInt)

IMPORT_C voidRemove(TIntaLogicalColor)

Parameters

TInt aLogicalColor

Reset()

IMPORT_C voidReset()

SetColor(TInt, TRgb)

IMPORT_C voidSetColor(TIntaLogicalColor,
TRgbaColor
)

Parameters

TInt aLogicalColor
TRgb aColor

Member Data Documentation

CArrayFixFlat< TColor > iColors

CArrayFixFlat< TColor >iColors[private]