THuiActionCommand Class Reference

class THuiActionCommand : public THuiCommand

THuiActionCommand is a simple action that triggers an action notification.

Inherits from

Constructor & Destructor Documentation

THuiActionCommand(TInt)

IMPORT_C THuiActionCommand ( TInt aId )

Constructs a new action command.

Parameters

TInt aId Identifier of the action.

Member Functions Documentation

CommandExtension(const TUid &, TAny **)

IMPORT_C void CommandExtension ( const TUid & aExtensionUid,
TAny ** aExtensionParams
) [protected, virtual]

Parameters

const TUid & aExtensionUid
TAny ** aExtensionParams

ExecuteL(CHuiEnv &)

IMPORT_C void ExecuteL ( CHuiEnv & aEnv ) const [virtual]

Executes the command.

Parameters

CHuiEnv & aEnv The environment in which the command is being executed.

Id()

IMPORT_C TInt Id ( ) const

Determines the action identifier of the command.

Size()

IMPORT_C TInt Size ( ) const [virtual]

Returns the size of the command.

Member Data Documentation

TInt iId

TInt iId [private]

Action identifier.

TInt iSpare1

TInt iSpare1 [private]

TInt iSpare2

TInt iSpare2 [private]