calendarui/editors/inc/calenunifiededitorcontrol.h
branchRCL_3
changeset 28 96907930389d
parent 27 aba12c885d83
equal deleted inserted replaced
27:aba12c885d83 28:96907930389d
   145         
   145         
   146         /**
   146         /**
   147          * @brief To set AllDay field value
   147          * @brief To set AllDay field value
   148          * @param aActive
   148          * @param aActive
   149          */
   149          */
   150         void SetAllDayEvent( TBool aActive );
   150         void SetAllDayEventL( TBool aActive );
   151         
   151         
   152         /**
   152         /**
   153          * @brief Handles a state change in the control with id aControlId. 
   153          * @brief Handles a state change in the control with id aControlId. 
   154          *        Empty by default.
   154          *        Empty by default.
   155          * @param aControlId holds the control id for which the state is changed
   155          * @param aControlId holds the control id for which the state is changed
   223         void UpdateLinesOnLocaleChangeL();
   223         void UpdateLinesOnLocaleChangeL();
   224         
   224         
   225         /**
   225         /**
   226          * Reads the RRule and Rdates for the current CCalEntry.
   226          * Reads the RRule and Rdates for the current CCalEntry.
   227          */
   227          */
   228         void ReadRrule(TTime& startTime, TTime& endTime);
   228         void ReadRruleL(TTime& startTime, TTime& endTime);
   229         
   229         
   230         /**
   230         /**
   231          * @brief Get start date time from editor
   231          * @brief Get start date time from editor
   232          * @return TTime holds the start time
   232          * @return TTime holds the start time
   233          */
   233          */
   268         
   268         
   269         
   269         
   270         TInt GetCalendarIndexForEntryL();
   270         TInt GetCalendarIndexForEntryL();
   271         
   271         
   272         const TDesC& GetCalendarNameForEntryL();
   272         const TDesC& GetCalendarNameForEntryL();
       
   273         TInt GetCalendarNameForEntryL(const TDesC& aCalendarFileName);
   273         
   274         
   274         /**
   275         /**
   275          * @brief Handle error codes related to the editor fields.
   276          * @brief Handle error codes related to the editor fields.
   276          * @param aError
   277          * @param aError
   277          */
   278          */