AlfTimedPointUtility Class Reference

class AlfTimedPointUtility

Member Functions Documentation

CopyTimedPoint(TAlfTimedPoint &, THuiTimedPoint &, MAlfInterfaceProvider &)

IMPORT_C voidCopyTimedPoint(TAlfTimedPoint &aSrc,
THuiTimedPoint &aDst,
MAlfInterfaceProvider &aResolver
)[static]

Helper function to copy TAlfTimedPoint (including mapping function) into THuiTimedPoint. Can be used only inside the Alfred-server.

Parameters

TAlfTimedPoint & aSrcSource ALF timedpoint.
THuiTimedPoint & aDstDestination HUI timedpoint.
MAlfInterfaceProvider & aResolverInterface to be used for resolving MHuiMappingFunction from TAlfTimedPoint MappingFunctionIdentifier

CopyTimedPoint(TAlfTimedPoint &, THuiTimedPoint &)

IMPORT_C voidCopyTimedPoint(TAlfTimedPoint &aSrc,
THuiTimedPoint &aDst
)[static]

Helper function to copy TAlfTimedPoint (NOT including mapping function) into THuiTimedPoint. Can be used only inside the Alfred-server.

Parameters

TAlfTimedPoint & aSrcSource ALF timedpoint.
THuiTimedPoint & aDstDestination HUI timedpoint.

CopyTimedPoint(THuiTimedPoint &, TAlfTimedPoint &)

IMPORT_C voidCopyTimedPoint(THuiTimedPoint &aSrc,
TAlfTimedPoint &aDst
)[static]

Helper function to copy THuiTimedPoint (NOT including mapping functions) into TAlfTimedPoint. Can be used only inside the Alfred-server.

Parameters

THuiTimedPoint & aSrc
TAlfTimedPoint & aDstDestination ALF timedpoint.