calendarui/editors/inc/calenunifiededitor.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 20 21239b3bcd78
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
   492          * @param TCalCollectionId aColId to verified from the array of collecteids
   492          * @param TCalCollectionId aColId to verified from the array of collecteids
   493          * @return void
   493          * @return void
   494          */
   494          */
   495         void VerifyCollectionIdL(const TCalCollectionId aColId);
   495         void VerifyCollectionIdL(const TCalCollectionId aColId);
   496         
   496         
       
   497         /*
       
   498          * Return attachment names
       
   499          * @param aAttachmentNames names of the attachments.
       
   500          * @return HBufC 
       
   501          */
       
   502         void GetAttachmentNamesL(RPointerArray<HBufC>& aAttachmentNames);
       
   503         
   497     protected:
   504     protected:
   498         /**
   505         /**
   499          * From CEikDialog
   506          * From CEikDialog
   500          * We will hit this event each time a line has changed in the form
   507          * We will hit this event each time a line has changed in the form
   501          */
   508          */
   657           * @brief Hides Entry type, Calendar Field & RepetType Fields for 
   664           * @brief Hides Entry type, Calendar Field & RepetType Fields for 
   658           *        exceptional entry/single instance of recurrent entry
   665           *        exceptional entry/single instance of recurrent entry
   659           *  
   666           *  
   660           */
   667           */
   661          void HideFieldsForEditSingleInstance();
   668          void HideFieldsForEditSingleInstance();
   662 
   669          
       
   670          static TInt AsyncProcessCommandL(TAny* aThisPtr); 
       
   671          
       
   672         
   663     private:
   673     private:
   664         /**
   674         /**
   665          * @var iEditedCalEntry
   675          * @var iEditedCalEntry
   666          * @brief Stores entry to be edited temporarily for construction sequence.
   676          * @brief Stores entry to be edited temporarily for construction sequence.
   667          *        This is passed to CCalenEntryUtilHandler and also copied to 
   677          *        This is passed to CCalenEntryUtilHandler and also copied to 
   810         
   820         
   811         /**
   821         /**
   812          * @var isReplaceLocation
   822          * @var isReplaceLocation
   813          * @brief Flag to indicate whenter to replace the location or to append it
   823          * @brief Flag to indicate whenter to replace the location or to append it
   814          */
   824          */
   815         TBool isReplaceLocation;
   825         TBool isReplaceLocation;        
       
   826         
       
   827         CAsyncCallBack* iAsyncCallback; 
       
   828         
   816     };
   829     };
   817 
   830 
   818 /**
   831 /**
   819 * Class defining Map icon picture, derived from CPicture
   832 * Class defining Map icon picture, derived from CPicture
   820 */
   833 */