phoneuis/easydialing/inc/easydialinglistboxview.h
branchRCL_3
changeset 25 5266b1f337bd
parent 3 8871b09be73b
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Easy dialing list box view.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef _EASYDIALINGLISTBOXVIEW_H
       
    19 #define _EASYDIALINGLISTBOXVIEW_H
       
    20 
       
    21 // INCLUDE FILES
       
    22 #include <aknlists.h>
       
    23 
       
    24 // CLASS DECLARATIONS
       
    25 
       
    26 /*
       
    27  * Easy dialing listbox view.
       
    28  */
       
    29 
       
    30 class CEasyDialingListBoxView : public CFormattedCellListBoxView
       
    31     {
       
    32 public:
       
    33     
       
    34     /**
       
    35     * Sets current index value to outside-of-range value. After this, no
       
    36     * item in the listbox is highlighted. 
       
    37     */
       
    38     void SetCurrentItemIndexToNone();
       
    39     };
       
    40     
       
    41     
       
    42 #endif // _EASYDIALINGLISTBOXVIEW_H
       
    43     
       
    44 
       
    45 
       
    46 
       
    47 
       
    48 
       
    49 
       
    50 
       
    51