landmarksui/uicontrols/inc/CLmkSaveLandmarkUtils.h
branchRCL_3
changeset 14 5a3ac8687c85
parent 0 522cd55cc3d7
equal deleted inserted replaced
12:64522df74558 14:5a3ac8687c85
    85         * Checks the new received categories, this function is used by the
    85         * Checks the new received categories, this function is used by the
    86         * category search operation.
    86         * category search operation.
    87         * @param aNewFoundCategory
    87         * @param aNewFoundCategory
    88         * @param aNewcategories
    88         * @param aNewcategories
    89         */
    89         */
    90         TInt CLmkSaveLandmarkUtils::CheckForNewCategories2L(
    90         TInt CheckForNewCategories2L(
    91                                      TDes& aNewFoundCategory,
    91                                      TDes& aNewFoundCategory,
    92                                      RArray<TCategoryName>& aNewcategories);
    92                                      RArray<TCategoryName>& aNewcategories);
    93          /*
    93          /*
    94          * Display confirmation query
    94          * Display confirmation query
    95          */
    95          */
    96         TInt CategoryAddConfirmationQueryL( TInt aAmount, const TDesC& aNewCategoryName );
    96         TInt CategoryAddConfirmationQueryL( TInt aAmount, const TDesC& aNewCategoryName );
    97          /*
    97          /*
    98          * Display confirmation note
    98          * Display confirmation note
    99          */
    99          */
   100         void CLmkSaveLandmarkUtils::LmsSavedConfirmationNoteL(RArray<TUint> & aImportIndexes,
   100         void LmsSavedConfirmationNoteL(RArray<TUint> & aImportIndexes,
   101                                            			  TInt aEditedItemIndex = 0);
   101                                            			  TInt aEditedItemIndex = 0);
   102 
   102 
   103     public://New Functions
   103     public://New Functions
   104         /**
   104         /**
   105         * Sets the observer for searching new categories operations
   105         * Sets the observer for searching new categories operations