TActivePalette2EventData Class Reference

class TActivePalette2EventData

Container for the data generated when a user selects an item

Constructor & Destructor Documentation

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

TActivePalette2EventData ( TInt aResult,
TInt aCurItem,
TInt aPrevItem,
TInt aServingItem,
const TUid & aServingPlugin
)

Constructor

Parameters

TInt aResult The result
TInt aCurItem The current item
TInt aPrevItem The previous item
TInt aServingItem The serving item
const TUid & aServingPlugin A reference to the serving plugin's UID

Member Functions Documentation

CurItem(void)

IMPORT_C TInt CurItem ( void ) const

Returns the current item

Parameters

void

PrevItem(void)

IMPORT_C TInt PrevItem ( void ) const

Returns the previous item

Parameters

void

Result(void)

IMPORT_C TInt Result ( void ) const

Returns the result

Parameters

void

ServingItem(void)

IMPORT_C TInt ServingItem ( void ) const

Returns the serving item

Parameters

void

ServingPlugin(void)

IMPORT_C TUid ServingPlugin ( 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]