calendarui/editors/inc/CalenEditorDataHandler.h
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   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();
   282 
   289 
   283     /**
   290     /**
   284      * @brief To set default Alarm date time.
   291      * @brief To set default Alarm date time.
   285      */
   292      */
   286     void SetDefaultAlarmDateTimeL(); // might need to be public
   293     void SetDefaultAlarmDateTimeL(); // might need to be public
   593     /**
   600     /**
   594     * @var iInstanceId
   601     * @var iInstanceId
   595     * @brief Holds the id of the instance which is being edited currently.
   602     * @brief Holds the id of the instance which is being edited currently.
   596     */
   603     */
   597     TCalenInstanceId iInstanceId;
   604     TCalenInstanceId iInstanceId;
       
   605 
       
   606 
       
   607     /**
       
   608     * True if FeatureManager is initialized.
       
   609     */
       
   610     TBool iFeatMgrInitialized;
       
   611     
   598     };
   612     };
   599 
   613 
   600 #endif // CALENEDITORDATAHANDLER_H
   614 #endif // CALENEDITORDATAHANDLER_H
   601 
   615 
   602 // End of File
   616 // End of File