CMobileBackUpSettingView Class Reference

#include <MobileBackUpSettingView.h>

Link against: mobilebkupsettingview.lib

class CMobileBackUpSettingView : public CAknView, public MCenrepChangeNotifier

Inherits from

  • CMobileBackUpSettingView
    Public Member Functions
    virtual ~CMobileBackUpSettingView()
    voidHandleChangeCmdL(const TInt)
    virtual voidHandleCommandL(TInt)
    virtual voidHandleForegroundEventL(TBool)
    voidHandleSettingsChangeL(const TInt)
    virtual TUid Id()
    TBool LastSyncLogExist()
    virtual voidNotifyCenrepChangeL()
    TBool ShowSyncNowNoteL()
    voidStartSync()
    Protected Member Functions
    CMobileBackUpSettingView()
    voidConstructL(TUid, TBool)
    virtual voidDoActivateL(const TVwsViewId &, TUid, const TDesC8 &)
    virtual voidDoDeactivate()
    Inherited Attributes
    CAknView::iCoeEnv
    Inherited Enumerations
    MEikMenuObserver:TMenuType
    Inherited Functions
    CAknView::ActivateViewL(const TVwsViewId &)
    CAknView::ActivateViewL(const TVwsViewId &,TUid,const TDesC8 &)
    CAknView::AknViewActivatedL(const TVwsViewId &,TUid,const TDesC8 &)
    CAknView::AknViewDeactivated()
    CAknView::AppUi()const
    CAknView::BaseConstructL(TInt)
    CAknView::CAknView()
    CAknView::Cba()const
    CAknView::ClientRect()const
    CAknView::ConstructMenuAndCbaEarlyL()
    CAknView::CreateAndSetToolbarL(TInt)
    CAknView::HandleStatusPaneSizeChange()
    CAknView::HandleViewRectChange()
    CAknView::IsForeground()const
    CAknView::MenuBar()const
    CAknView::MopNext()
    CAknView::MopSupplyObject(TTypeUid)
    CAknView::ProcessCommandL(TInt)
    CAknView::ProcessForegroundEventL(TBool,TBool)
    CAknView::Redraw()const
    CAknView::SaveToolbarStatus(TBool,TBool)
    CAknView::SetEmphasis(CCoeControl *,TBool)
    CAknView::SetToolbar(CAknToolbar *)
    CAknView::ShowToolbarOnViewActivation(TBool)
    CAknView::StatusPane()const
    CAknView::StopDisplayingMenuBar()
    CAknView::StopDisplayingToolbar()
    CAknView::Toolbar()const
    CAknView::ToolbarShownOnViewActivation()const
    CAknView::ViewActivatedL(const TVwsViewId &,TUid,const TDesC8 &)
    CAknView::ViewDeactivated()
    CAknView::ViewId()const
    CAknView::ViewScreenDeviceChangedL()
    CAknView::~CAknView()
    CBase::CBase()
    CBase::Delete(CBase *)
    CBase::Extension_(TUint,TAny *&,TAny *)
    CBase::operator new(TUint)
    CBase::operator new(TUint,TAny *)
    CBase::operator new(TUint,TLeave)
    CBase::operator new(TUint,TLeave,TUint)
    CBase::operator new(TUint,TUint)
    CBase::~CBase()
    MCoeView::MCoeView()
    MCoeView::ViewScreenModeCompatible(TInt)
    MEikCommandObserver::MEikCommandObserver()
    MEikMenuObserver::CheckHotKeyNotDimmedL(TInt)
    MEikMenuObserver::CreateCustomCommandControlL(TInt)
    MEikMenuObserver::DynInitMenuBarL(TInt,CEikMenuBar *)
    MEikMenuObserver::DynInitMenuPaneL(TInt,CEikMenuPane *)
    MEikMenuObserver::HandleAttemptDimmedSelectionL(TInt)
    MEikMenuObserver::HandleSideBarMenuL(TInt,const TPoint &,TInt,const CEikHotKeyTable *)
    MEikMenuObserver::MEikMenuObserver()
    MEikMenuObserver::OfferKeyToAppL(const TKeyEvent &,TEventCode)
    MEikMenuObserver::RestoreMenuL(CCoeControl *,TInt,TMenuType)
    MObjectProvider::FindParent(MObjectProvider *)
    MObjectProvider::MObjectProvider()
    MObjectProvider::MopGetObject(T *&)
    MObjectProvider::MopGetObjectNoChaining(T *&)

    Constructor & Destructor Documentation

    CMobileBackUpSettingView ( )

    CMobileBackUpSettingView()[protected]

    ~CMobileBackUpSettingView ( )

    IMPORT_C~CMobileBackUpSettingView()[virtual]

    Destructor.

    Member Function Documentation

    ConstructL ( TUid, TBool )

    voidConstructL(TUidaViewId,
    TBoolaAppUse
    )[protected]

    Second-phase constructor

    Parameters
    aViewIdId of a view which is changed to, when Back softkey is pressed.
    aAppUseETrue means application uses. EFalse means any one except application uses.

    DoActivateL ( const TVwsViewId &, TUid, const TDesC8 & )

    voidDoActivateL(const TVwsViewId &aPrevViewId,
    TUidaCustomMessageId,
    const TDesC8 &aCustomMessage
    )[protected, virtual]

    Reimplemented from CAknView::DoActivateL(const TVwsViewId &,TUid,const TDesC8 &)

    From CAknView Activates this view.

    Parameters
    aPrevViewIdThe view id for the view from where the view setting called
    aCustomMessageIdNot used for the implementation
    aCustomMessageNot used for the implementation

    DoDeactivate ( )

    voidDoDeactivate()[protected, virtual]

    Reimplemented from CAknView::DoDeactivate()

    From CAknView Deactivates this view.

    HandleChangeCmdL ( const TInt )

    voidHandleChangeCmdL(const TIntaItemId)

    Handles a softkey event "Change".

    Parameters
    aItemIdThe current item id of the settings list box.

    HandleCommandL ( TInt )

    voidHandleCommandL(TIntaCommandId)[virtual]

    Reimplemented from CAknView::HandleCommandL(TInt)

    From MEikCommandObserver Handles commands.

    Parameters
    aCommandIdIt is the value of the command to be handled in the setting.

    HandleForegroundEventL ( TBool )

    voidHandleForegroundEventL(TBoolaForeground)[virtual]

    Reimplemented from CAknView::HandleForegroundEventL(TBool)

    HandleForegroundEventL System call when background switch happens

    HandleSettingsChangeL ( const TInt )

    voidHandleSettingsChangeL(const TIntaChange)

    Handle options changed by system

    Parameters
    aChangeIt indicates a cause of the change.

    Id ( )

    TUid Id()const [virtual]

    Reimplemented from CAknView::Id()const

    From CAknView Returns this view Id.

    Return Value
    TUid The view id

    LastSyncLogExist ( )

    TBool LastSyncLogExist()

    LastSyncLogExist Returns ETrue if last sync log exist.

    NotifyCenrepChangeL ( )

    voidNotifyCenrepChangeL()[virtual]

    Reimplemented from MCenrepChangeNotifier::NotifyCenrepChangeL()

    NotifyCenrepChangeL Inherited from MCenrepChangeNotifier

    ShowSyncNowNoteL ( )

    TBool ShowSyncNowNoteL()

    StartSync ( )

    voidStartSync()