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_CTHuiGroupCommand(CHuiControlGroup &aGroup,
THuiOpaOperation,
CHuiDisplay *aDisplay = NULL
)

Constructs a new control group command.

Parameters

CHuiControlGroup & aGroupControl group.
THuiOp aOperationOperation to do on the group.
CHuiDisplay * aDisplay = NULLDisplay associated with the command.

Member Functions Documentation

CommandExtension(const TUid &, TAny **)

IMPORT_C voidCommandExtension(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 voidExecuteL(CHuiEnv &aEnv)const [virtual]

Executes the command.

Parameters

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

Size()

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