CContactActiveBase Class Reference

#include <app/cntdb.h>

Link against: cntmodel.lib

class CContactActiveBase : public CBase

Inherits from

  • CContactActiveBase

    Member Attribute Documentation

    iCntSvr

    RCntModel *iCntSvr[protected]

    iContactDatabase

    CContactDatabase *iContactDatabase[protected]

    iError

    TInt iError[protected]

    iIdle

    CIdle *iIdle[protected]

    iObserver

    MContactUiCompactObserver *iObserver[protected]

    iStep

    TInt iStep[protected]

    Constructor & Destructor Documentation

    ~CContactActiveBase ( )

    ~CContactActiveBase()

    Member Function Documentation

    Cancel ( )

    voidCancel()

    Deletes the ContactActiveBase object created on the heap

    Error ( )

    TInt Error()const

    Signals client of any error that occurred during the operation.

    Returns: A system-wide error code.

    SetContactDatabase ( CContactDatabase * )

    voidSetContactDatabase(CContactDatabase *aContactDatabase)

    SetFileManagerL ( RCntModel & )

    voidSetFileManagerL(RCntModel &aCntSvr)

    SetObserver ( MContactUiCompactObserver * )

    voidSetObserver(MContactUiCompactObserver *aObserver)

    Step ( )

    TInt Step()

    Gets the current compress step, recover step or any error code encountered during the operation.

    Returns: An integer which represents the compress step, recover step or any error code encountered during the operation.

    StepsTogo ( )

    TInt StepsTogo()const

    Shows the steps to be completed.

    Returns: The number of steps to be completed.