phonebookui/pbkcommonui/inc/cntmycardview.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 37 fd64c38c277d
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    22 #include <hbdocumentloader.h>
    22 #include <hbdocumentloader.h>
    23 
    23 
    24 #include <cntabstractview.h>
    24 #include <cntabstractview.h>
    25 
    25 
    26 class CntAbstractViewManager;
    26 class CntAbstractViewManager;
       
    27 class CntFetchContacts;
    27 class HbView;
    28 class HbView;
    28 class HbAction;
    29 class HbAction;
    29 
    30 
    30 QTM_BEGIN_NAMESPACE
    31 QTM_BEGIN_NAMESPACE
    31 class QContact;
    32 class QContact;
    55 private slots:
    56 private slots:
    56 #endif
    57 #endif
    57     void showPreviousView();
    58     void showPreviousView();
    58     void openNameEditor();
    59     void openNameEditor();
    59     void openMyCardSelectionView(); 
    60     void openMyCardSelectionView(); 
       
    61     void handleMultiCardSelection();
    60     void setOrientation(Qt::Orientation orientation);
    62     void setOrientation(Qt::Orientation orientation);
    61     
    63     
    62 private:  
    64 private:  
    63     QContact* mContact; // own
    65     QContact*                 mContact; // own
    64     CntAbstractViewManager* mViewManager;
    66     CntAbstractViewManager*   mViewManager;
    65     HbDocumentLoader mDocumentLoader;
    67     HbDocumentLoader          mDocumentLoader;
    66     HbView* mView; // own
    68     HbView*                   mView; // own
    67     HbAction* mSoftkey;
    69     HbAction*                 mSoftkey;
       
    70     CntFetchContacts*         mFetchView;
    68 };
    71 };
    69 
    72 
    70 #endif /* CNTMYCARDVIEW_H_ */
    73 #endif /* CNTMYCARDVIEW_H_ */