calendarui/views/inc/caleneventviewcontainer.h
branchRCL_3
changeset 30 d68a4b5d5885
parent 20 21239b3bcd78
child 36 9c5b1510919f
equal deleted inserted replaced
27:55d60436f00b 30:d68a4b5d5885
   497     /**
   497     /**
   498      * Add calendar info field to the viewer
   498      * Add calendar info field to the viewer
   499      */
   499      */
   500     void AddCalendarInfoFieldL();
   500     void AddCalendarInfoFieldL();
   501     
   501     
   502     /*
       
   503      * @brief Find calendarinfo object based on calendar name
       
   504      * 
       
   505      * @param aName calendar filename
       
   506      * @param aCalendarInfo referance for calendarinfo
       
   507      * @return TBool find status
       
   508      */
       
   509     static TBool CalendarInfoIdentifierL(const HBufC* aName,
       
   510             const CCalCalendarInfo& aCalendarInfo);
       
   511     /**
   502     /**
   512      * Adds the attachment field in the viewer
   503      * Adds the attachment field in the viewer
   513      */
   504      */
   514     void AddAttachmentFieldL();
   505     void AddAttachmentFieldL();
   515     
   506     
   545 	 /**
   536 	 /**
   546      * Overridden HandleStopCommandL()from base class CCalenContainer.h
   537      * Overridden HandleStopCommandL()from base class CCalenContainer.h
   547      * To stop the alarm in auto snooze case.and to open the event viewer in normal mode.
   538      * To stop the alarm in auto snooze case.and to open the event viewer in normal mode.
   548      */
   539      */
   549      void HandleStopCommandL();
   540      void HandleStopCommandL();
       
   541      
       
   542      /*
       
   543       * @brief Find calendarinfo object based on calendar name
       
   544       * 
       
   545       * @param aName calendar filename
       
   546       * @param aCalendarInfo referance for calendarinfo
       
   547       * @return TBool find status
       
   548       */
       
   549      static TBool CalendarInfoIdentifierL(const HBufC* aName,
       
   550              const CCalCalendarInfo& aCalendarInfo);
   550 
   551 
   551 protected:
   552 protected:
   552 
   553 
   553     class TTextPos
   554     class TTextPos
   554         {
   555         {