idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingscontainer.h
branchRCL_3
changeset 14 15e4dd19031c
parent 1 844b978f8d5e
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    81      * @since S60 v9.1
    81      * @since S60 v9.1
    82      */
    82      */
    83     void HandleHelpCommandL();
    83     void HandleHelpCommandL();
    84 
    84 
    85     /**
    85     /**
    86      * Dialog showing changed
       
    87      *
       
    88      * @since S60 v3.2
       
    89       */
       
    90     TBool IsChangeDialogShowing();
       
    91 
       
    92     /**
       
    93      * Close change dialog
    86      * Close change dialog
    94      *
    87      *
    95      * @since S60 v3.2
    88      * @since S60 v3.2
    96      */
    89      */
    97     void CloseChangeDialog();
    90     void CloseChangeDialog();
   197     TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType);
   190     TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType);
   198 
   191 
   199     /**
   192     /**
   200      * Checks if there is a need to update the middle softkey label.
   193      * Checks if there is a need to update the middle softkey label.
   201      */
   194      */
   202     void CheckMiddleSoftkeyLabelL();
   195     void CheckMiddleSoftkeyLabel();
   203 
   196 
   204     // From MFavouritesDbObserver
   197     // From MFavouritesDbObserver
   205     /**
   198     /**
   206      * Handles database event.
   199      * Handles database event.
   207      * @param aEvent Database event.
   200      * @param aEvent Database event.