Swi::CUserSelections Class Reference

class Swi::CUserSelections : public CBase

Class which contains details of the user's selections.

Inherits from

  • Swi::CUserSelections

Constructor & Destructor Documentation

CUserSelections()

CUserSelections()[private]

~CUserSelections()

~CUserSelections()[inline]

Member Functions Documentation

Drive()

TChar Drive()const [inline]

Returns selected drive.

Language()

TLanguage Language()const [inline]

Returns selected language

NewL()

CUserSelections *NewL()[static]

NewLC()

CUserSelections *NewLC()[static]

Options()

const RArray< TBool > &Options()const [inline]

Returns selected options.

SetDrive(TChar)

voidSetDrive(TCharaSelectedDrive)[inline]

Sets selected drive.

aDrive The drive the user selected to install the applications on

Parameters

TChar aSelectedDrive

SetLanguage(TLanguage)

voidSetLanguage(TLanguageaLanguage)[inline]

Sete selected language.

aLanguage The language the user selected

Parameters

TLanguage aLanguage

SetOptionsL(const RArray< TBool > &)

IMPORT_C voidSetOptionsL(const RArray< TBool > &aOptions)

Sets selected options.

aDrive The drive the user selected to install the applications on

Parameters

const RArray< TBool > & aOptions

Member Data Documentation

TChar iDrive

TChar iDrive[private]

TLanguage iLanguage

TLanguage iLanguage[private]

RArray< TBool > iOptions

RArray< TBool >iOptions[private]