phonebookui/pbkcommonui/inc/cntnamesview_p.h
changeset 71 7cc7d74059f9
parent 65 ae724a111993
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
    78     void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
    78     void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
    79     void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);
    79     void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);
    80     
    80     
    81 private slots:
    81 private slots:
    82     void switchOrientation();
    82     void switchOrientation();
       
    83     void handleImportContacts( HbAction *aAction );
    83     
    84     
    84 public:
    85 public:
    85     bool isFinderVisible();
    86     bool isFinderVisible();
    86     void activate( const CntViewParameters aArgs );
    87     void activate( const CntViewParameters aArgs );
    87     void deactivate();
    88     void deactivate();
   112     CntActionMenuBuilder*       mMenuBuilder;
   113     CntActionMenuBuilder*       mMenuBuilder;
   113     HbAction*                   mImportSim;
   114     HbAction*                   mImportSim;
   114     HbAction*                   mNewContact;
   115     HbAction*                   mNewContact;
   115     QContactLocalId             mHandledContactId;
   116     QContactLocalId             mHandledContactId;
   116     HbAction*                   mMultipleDeleter;
   117     HbAction*                   mMultipleDeleter;
   117     bool                        mIsDefault;
       
   118     int                         mId;
       
   119     QActionGroup*               mActionGroup;
   118     QActionGroup*               mActionGroup;
   120 	HbMenu*                     mMenu;
   119 	HbMenu*                     mMenu;
   121 	bool                        mFilterChanged;
   120 	bool                        mFilterChanged;
   122 	CntAbstractEngine*          mEngine;
   121 	CntAbstractEngine*          mEngine;
       
   122 	static bool                 mIsFirstTimeUse; // FTU flag
   123 };
   123 };
   124 
   124 
   125 #endif /* CNTABSTRACTLISTVIEW_H_ */
   125 #endif /* CNTABSTRACTLISTVIEW_H_ */