THuiControlCommand Class Reference

class THuiControlCommand : public THuiObjectCommand

THuiControlCommand is an object command that operates on a control.

Inherits from

Constructor & Destructor Documentation

THuiControlCommand(CHuiControl &, THuiOp)

IMPORT_C THuiControlCommand ( CHuiControl & aControl,
THuiOp aOperation
)

Constructs a new control command.

Parameters

CHuiControl & aControl Control.
THuiOp aOperation Operation to do on the control.

Member Functions Documentation

CommandExtension(const TUid &, TAny **)

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

Parameters

const TUid & aExtensionUid
TAny ** aExtensionParams

Control()

IMPORT_C CHuiControl & Control ( ) const

Returns the control that the command operates on.

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.

Size()

IMPORT_C TInt Size ( ) const [virtual]

Returns the size of the command.

Member Data Documentation

TInt iSpare1

TInt iSpare1 [private]

TInt iSpare2

TInt iSpare2 [private]