calendarui/editors/inc/calenunifiededitor.h
branchRCL_3
changeset 23 51372538e3d3
parent 18 d68a4b5d5885
child 27 aba12c885d83
equal deleted inserted replaced
22:07e82e2b738b 23:51372538e3d3
   295          */
   295          */
   296         void OnCmdHelpL();
   296         void OnCmdHelpL();
   297 
   297 
   298         /**
   298         /**
   299          * @brief Handles "Exit" command.
   299          * @brief Handles "Exit" command.
   300          */
   300          * @param aCmd Holds the command issued.
   301         void OnCmdExitL();
   301          */
       
   302         void OnCmdExitL(TInt aCmd);
   302         
   303         
   303         /**
   304         /**
   304          * @brief Delete note from Calendar.
   305          * @brief Delete note from Calendar.
   305          * @param aIsViaDeleteMenu : ETrue if via "Delete" menu.
   306          * @param aIsViaDeleteMenu : ETrue if via "Delete" menu.
   306          * @return ETrue if note is deleted.
   307          * @return ETrue if note is deleted.
   351          * @param aChange Holds the environment change information
   352          * @param aChange Holds the environment change information
   352          */
   353          */
   353         void DoHandleLocaleChangeL( TInt aChange );
   354         void DoHandleLocaleChangeL( TInt aChange );
   354         
   355         
   355     public:
   356     public:
       
   357         
       
   358         /**
       
   359          * @brief Gets the iServices reference.
       
   360          */
       
   361         MCalenServices& GetServices();
   356         
   362         
   357         /**
   363         /**
   358          * @brief Inserts dialog line (form field) defined by aResourceId 
   364          * @brief Inserts dialog line (form field) defined by aResourceId 
   359          *        and aControlId after existing dialog line aPrevControlId.
   365          *        and aControlId after existing dialog line aPrevControlId.
   360          * @resourceId dialog line resource
   366          * @resourceId dialog line resource
   499          * @param aAttachmentNames names of the attachments.
   505          * @param aAttachmentNames names of the attachments.
   500          * @return HBufC 
   506          * @return HBufC 
   501          */
   507          */
   502         void GetAttachmentNamesL(RPointerArray<HBufC>& aAttachmentNames);
   508         void GetAttachmentNamesL(RPointerArray<HBufC>& aAttachmentNames);
   503         
   509         
       
   510         TBool iCheck;
   504     protected:
   511     protected:
   505         /**
   512         /**
   506          * From CEikDialog
   513          * From CEikDialog
   507          * We will hit this event each time a line has changed in the form
   514          * We will hit this event each time a line has changed in the form
   508          */
   515          */