TAlfMarkerCommand Class Reference

class TAlfMarkerCommand : public TAlfCommand

TAlfMarkerCommand is a special marker command that has no functionality, but can be entered into the scheduler to mark a specific point in time.

Inherits from

Public Member Functions
TAlfMarkerCommand(TInt)
IMPORT_C voidExecuteL(CAlfEnv &)
IMPORT_C TIntId()
IMPORT_C TIntSize()
Protected Member Functions
IMPORT_C voidCommandExtension(const TUid &, TAny **)
Inherited Functions
TAlfCommand::ObjectCommand()const
TAlfCommand::TAlfCommand(TAlfCommandType)
TAlfCommand::Type()const
TAlfCommand::~TAlfCommand()
Private Attributes
TInt iSpare1
TInt iSpare2

Constructor & Destructor Documentation

TAlfMarkerCommand(TInt)

IMPORT_CTAlfMarkerCommand(TIntaId)

Constructs a new marker command.

Parameters

TInt aIdIdentifier of the marker.

Member Functions Documentation

CommandExtension(const TUid &, TAny **)

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

Parameters

const TUid & aExtensionUid
TAny ** aExtensionParams

ExecuteL(CAlfEnv &)

IMPORT_C voidExecuteL(CAlfEnv &aEnv)const [virtual]

Executes the command.

Parameters

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

Id()

IMPORT_C TIntId()const

Determines the identifier of the marker.

Size()

IMPORT_C TIntSize()const [virtual]

Returns the size of the command.

Member Data Documentation

TInt iSpare1

TInt iSpare1[private]

TInt iSpare2

TInt iSpare2[private]