phonebookui/pbkcommonui/inc/cntmycardselectionview.h
changeset 59 a642906a277a
parent 47 7cbcb2896f0e
child 65 ae724a111993
equal deleted inserted replaced
47:7cbcb2896f0e 59:a642906a277a
     1 /*
       
     2 * Copyright (c) 2009 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CNTMYCARDSELECTIONVIEW_H
       
    19 #define CNTMYCARDSELECTIONVIEW_H
       
    20 
       
    21 #include "cntbaseselectionview.h"
       
    22 
       
    23 class QModelIndex;
       
    24 
       
    25 class CntMyCardSelectionView : public CntBaseSelectionView
       
    26 {
       
    27     Q_OBJECT
       
    28 public:
       
    29     CntMyCardSelectionView();
       
    30     ~CntMyCardSelectionView();
       
    31 
       
    32 public:
       
    33     int viewId() const { return myCardSelectionView; }
       
    34     
       
    35 private slots:
       
    36     void onListViewActivated(const QModelIndex& index);
       
    37     
       
    38 #ifdef PBK_UNIT_TEST
       
    39 public:
       
    40 #else
       
    41 private:
       
    42 #endif
       
    43     void removeFromGroup(const QContact* contact);
       
    44 };
       
    45 
       
    46 #endif /* CNTMYCARDSELECTIONVIEW_H */