TActivePalette2EventData Class Reference

class TActivePalette2EventData

Container for the data generated when a user selects an item

Public Member Functions
TActivePalette2EventData(TInt, TInt, TInt, TInt, const TUid &)
IMPORT_C TIntCurItem(void)
IMPORT_C TIntPrevItem(void)
IMPORT_C TIntResult(void)
IMPORT_C TIntServingItem(void)
IMPORT_C TUidServingPlugin(void)
Private Attributes
TInt iCurItem
TInt iPrevItem
TInt iResult
TInt iServingItem
TUid iServingPlugin

Constructor & Destructor Documentation

TActivePalette2EventData(TInt, TInt, TInt, TInt, const TUid &)

TActivePalette2EventData(TIntaResult,
TIntaCurItem,
TIntaPrevItem,
TIntaServingItem,
const TUid &aServingPlugin
)

Constructor

Parameters

TInt aResultThe result
TInt aCurItemThe current item
TInt aPrevItemThe previous item
TInt aServingItemThe serving item
const TUid & aServingPluginA reference to the serving plugin's UID

Member Functions Documentation

CurItem(void)

IMPORT_C TIntCurItem(void)const

Returns the current item

Parameters

void

PrevItem(void)

IMPORT_C TIntPrevItem(void)const

Returns the previous item

Parameters

void

Result(void)

IMPORT_C TIntResult(void)const

Returns the result

Parameters

void

ServingItem(void)

IMPORT_C TIntServingItem(void)const

Returns the serving item

Parameters

void

ServingPlugin(void)

IMPORT_C TUidServingPlugin(void)const

Returns the serving plugin's UID

Parameters

void

Member Data Documentation

TInt iCurItem

TInt iCurItem[private]

TInt iPrevItem

TInt iPrevItem[private]

TInt iResult

TInt iResult[private]

TInt iServingItem

TInt iServingItem[private]

TUid iServingPlugin

TUid iServingPlugin[private]