phonebookui/pbkcommonui/inc/cntnamesview_p.h
changeset 53 e6aff7b69165
parent 50 77bc263e1626
child 61 d30183af6ca6
equal deleted inserted replaced
51:81c360d47083 53:e6aff7b69165
    58     
    58     
    59     void createNewContact();
    59     void createNewContact();
    60     void deleteContact( QContact& aContact );
    60     void deleteContact( QContact& aContact );
    61     void deleteMultipleContacts();
    61     void deleteMultipleContacts();
    62     
    62     
    63     void handleDeleteMultipleContacts();
    63     void handleDeleteMultipleContacts( QSet<QContactLocalId> aIds );
    64 
    64 
    65     void showPreviousView();
    65     void showPreviousView();
    66     void showCollectionView();
    66     void showCollectionView();
    67     void showContactView( QContact& aContact );
    67     void showContactView( QContact& aContact );
    68     void showContactView( const QModelIndex& );
    68     void showContactView( const QModelIndex& );
    76     void importSim();
    76     void importSim();
    77     
    77     
    78     void handleContactAddition(const QList<QContactLocalId> & aAddedList);
    78     void handleContactAddition(const QList<QContactLocalId> & aAddedList);
    79     void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
    79     void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
    80     void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);
    80     void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);
       
    81     
       
    82 private slots:
       
    83     void switchOrientation();
    81     
    84     
    82 public:
    85 public:
    83     bool isFinderVisible();
    86     bool isFinderVisible();
    84     void activate( CntAbstractViewManager* aMgr, const CntViewParameters aArgs );
    87     void activate( CntAbstractViewManager* aMgr, const CntViewParameters aArgs );
    85     void deactivate();
    88     void deactivate();
   112     CntActionMenuBuilder*       mMenuBuilder;
   115     CntActionMenuBuilder*       mMenuBuilder;
   113     HbAction*                   mImportSim;
   116     HbAction*                   mImportSim;
   114     HbAction*                   mNewContact;
   117     HbAction*                   mNewContact;
   115     QContactLocalId             mHandledContactId;
   118     QContactLocalId             mHandledContactId;
   116     HbAction*                   mMultipleDeleter;
   119     HbAction*                   mMultipleDeleter;
   117     CntFetchContacts*           mFetchView;
       
   118     bool                        mIsDefault;
   120     bool                        mIsDefault;
   119     int                         mId;
   121     int                         mId;
   120     QActionGroup*               mActionGroup;
   122     QActionGroup*               mActionGroup;
   121 	HbMenu*                     mMenu;
   123 	HbMenu*                     mMenu;
   122 	bool                        mFilterChanged;
   124 	bool                        mFilterChanged;