calendarui/editors/inc/CalenEditorDataHandler.h
branchRCL_3
changeset 48 bf573002ff72
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
   338     /**
   338     /**
   339      * @brief Returns ETrue if the location is a valid field for this type of entry 
   339      * @brief Returns ETrue if the location is a valid field for this type of entry 
   340      */
   340      */
   341     TBool LocationEnabledInUiL();
   341     TBool LocationEnabledInUiL();
   342 
   342 
   343     /**
       
   344      * @brief Returns ETrue if the user is creating a new entry, EFalse if the user
       
   345      *        is editing an existing entry.
       
   346      */
       
   347     TBool IsCreatingNew() const;
       
   348 
   343 
   349     /**
   344     /**
   350      * @brief Sets the default values when creating a new entry.
   345      * @brief Sets the default values when creating a new entry.
   351      * @param aData 
   346      * @param aData 
   352      */
   347      */
   483      */
   478      */
   484     void AddAttachementsToEntryL();
   479     void AddAttachementsToEntryL();
   485     
   480     
   486     
   481     
   487 public:
   482 public:
       
   483     /**
       
   484      * @brief Returns ETrue if the user is creating a new entry, EFalse if the user
       
   485      *        is editing an existing entry.
       
   486      */
       
   487     TBool IsCreatingNew() const;
   488 
   488 
   489     /**
   489     /**
   490      * @brief Set if calendar is been edited or not with previous and current collection id
   490      * @brief Set if calendar is been edited or not with previous and current collection id
   491      * @param TBool aEdited calendar edited or not 
   491      * @param TBool aEdited calendar edited or not 
   492      * @param TCalCollectionId aPreviousColId previous collection id
   492      * @param TCalCollectionId aPreviousColId previous collection id