calendarui/editors/inc/CalenEditorDataHandler.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   277      * @brief Returns if the `All day event' field is modified or not.
   277      * @brief Returns if the `All day event' field is modified or not.
   278      * 
   278      * 
   279      * @return ETrue if modified, EFalse otherwise.
   279      * @return ETrue if modified, EFalse otherwise.
   280      */
   280      */
   281     TBool AllDayFieldEdited();
   281     TBool AllDayFieldEdited();
   282     
       
   283     /**
       
   284      * @brief Returns if the `Lunar event' field is modified or not.
       
   285      * 
       
   286      * @return ETrue if modified, EFalse otherwise.
       
   287      */
       
   288     TBool LunarFieldEdited();
       
   289 
   282 
   290     /**
   283     /**
   291      * @brief To set default Alarm date time.
   284      * @brief To set default Alarm date time.
   292      */
   285      */
   293     void SetDefaultAlarmDateTimeL(); // might need to be public
   286     void SetDefaultAlarmDateTimeL(); // might need to be public
   600     /**
   593     /**
   601     * @var iInstanceId
   594     * @var iInstanceId
   602     * @brief Holds the id of the instance which is being edited currently.
   595     * @brief Holds the id of the instance which is being edited currently.
   603     */
   596     */
   604     TCalenInstanceId iInstanceId;
   597     TCalenInstanceId iInstanceId;
   605 
       
   606 
       
   607     /**
       
   608     * True if FeatureManager is initialized.
       
   609     */
       
   610     TBool iFeatMgrInitialized;
       
   611     
       
   612     };
   598     };
   613 
   599 
   614 #endif // CALENEDITORDATAHANDLER_H
   600 #endif // CALENEDITORDATAHANDLER_H
   615 
   601 
   616 // End of File
   602 // End of File