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_CTHuiActionCommand(TIntaId)

Constructs a new action command.

Parameters

TInt aIdIdentifier of the action.

Member Functions Documentation

CommandExtension(const TUid &, TAny **)

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

Parameters

const TUid & aExtensionUid
TAny ** aExtensionParams

ExecuteL(CHuiEnv &)

IMPORT_C voidExecuteL(CHuiEnv &aEnv)const [virtual]

Executes the command.

Parameters

CHuiEnv & aEnvThe environment in which the command is being executed.

Id()

IMPORT_C TIntId()const

Determines the action identifier of the command.

Size()

IMPORT_C TIntSize()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]