CLbtGeoAreaBase Class Reference

#include <mw/lbtgeoareabase.h>

Link against: lbt.lib

class CLbtGeoAreaBase : public CBase

Inherits from

  • CLbtGeoAreaBase

    Detailed Description

    Base class for geographical area.

    Since
    S60 5.1

    Member Enumeration Documentation

    Enum TGeoAreaType

    Type of geographical area

    EnumeratorValueDescription
    ECircle1Circular area.
    ERectangular2Rectangular area.
    ECellular3
    EHybrid4

    Constructor & Destructor Documentation

    CLbtGeoAreaBase ( )

    CLbtGeoAreaBase()[protected]

    Default constructor

    ~CLbtGeoAreaBase ( )

    IMPORT_C~CLbtGeoAreaBase()[virtual]

    Destructor

    Member Function Documentation

    DoExternalizeL ( RWriteStream & )

    voidDoExternalizeL(RWriteStream &aStream)const [protected, pure virtual]

    Externalize method that subclass must implement.

    ParameterDescription
    aStreamStream to which the object should be externalized.

    DoInternalizeL ( RReadStream & )

    voidDoInternalizeL(RReadStream &aStream)[protected, pure virtual]

    Internalize method that subclass must implement.

    ParameterDescription
    aStreamStream from which the object should be internalized.

    ExternalizeL ( RWriteStream & )

    IMPORT_C voidExternalizeL(RWriteStream &aStream)const

    Externalizes the trigger condition object's details and attributes to stream.

    The presence of this function means that the standard templated operator<<() ( defined in s32strm.h ) is available to externalize objects of this class.

    ParameterDescription
    aStreamStream to which the object should be externalized.

    InternalizeL ( RReadStream & )

    IMPORT_C voidInternalizeL(RReadStream &aStream)

    Internalizes the trigger condition object's details and attributes from stream.

    The presence of this function means that the standard templated operator>>() ( defined in s32strm.h ) is available to internalize objects of this class.

    ParameterDescription
    aStreamStream from which the object should be internalized.

    Type ( )

    TGeoAreaType Type()const [pure virtual]

    Gets the type of the geographical area

    Returns: The type of geographical area.