THuiGroupCommand Class Reference

class THuiGroupCommand : public THuiObjectCommand

THuiGroupCommand is an object command that operates on a control group.

Inherits from

Constructor & Destructor Documentation

THuiGroupCommand(CHuiControlGroup &, THuiOp, CHuiDisplay *)

IMPORT_C THuiGroupCommand ( CHuiControlGroup & aGroup,
THuiOp aOperation,
CHuiDisplay * aDisplay = NULL
)

Constructs a new control group command.

Parameters

CHuiControlGroup & aGroup Control group.
THuiOp aOperation Operation to do on the group.
CHuiDisplay * aDisplay = NULL Display associated with the command.

Member Functions Documentation

CommandExtension(const TUid &, TAny **)

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

Parameters

const TUid & aExtensionUid
TAny ** aExtensionParams

ControlGroup()

IMPORT_C CHuiControlGroup & ControlGroup ( ) const

Returns the control group that the command operates on.

Display()

IMPORT_C CHuiDisplay * Display ( ) const

Returns the display associated with the command.

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

CHuiDisplay * iDisplay

CHuiDisplay * iDisplay [private]

Display associated with the command.

TInt iSpare1

TInt iSpare1 [private]

TInt iSpare2

TInt iSpare2 [private]