calendarui/editors/inc/calenunifiededitor.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
child 91 250f0dfb7d22
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   265          * Sets the control as ready to be drawn.
   265          * Sets the control as ready to be drawn.
   266          * @return void
   266          * @return void
   267          */
   267          */
   268         void  ActivateL();
   268         void  ActivateL();
   269         
   269         
   270         void HandleCalendarDeleteL();
       
   271     private:
   270     private:
   272        
   271        
   273         /**
   272         /**
   274          * @brief Handles "Cancel" menu command for discarding the user changes.
   273          * @brief Handles "Cancel" menu command for discarding the user changes.
   275          */
   274          */
   529         /**
   528         /**
   530          * @brief checks wether user has edited the db field.
   529          * @brief checks wether user has edited the db field.
   531          * updates the dbid into cenrep for the later use,
   530          * updates the dbid into cenrep for the later use,
   532          * next time editor will show this db in the editor (bu default)
   531          * next time editor will show this db in the editor (bu default)
   533          */
   532          */
   534         void ModifyDbFieldL();
   533         void ModifyDbField();
   535         
   534         
   536         /**
   535         /**
   537          * @brief Try to save the enty with new entry type
   536          * @brief Try to save the enty with new entry type
   538          * @return Error value if entry is not saved
   537          * @return Error value if entry is not saved
   539          */
   538          */
   660          /**
   659          /**
   661           * @brief Hides Entry type, Calendar Field & RepetType Fields for 
   660           * @brief Hides Entry type, Calendar Field & RepetType Fields for 
   662           *        exceptional entry/single instance of recurrent entry
   661           *        exceptional entry/single instance of recurrent entry
   663           *  
   662           *  
   664           */
   663           */
   665          void HideFieldsForEditSingleInstanceL();
   664          void HideFieldsForEditSingleInstance();
   666          
   665          
   667          static TInt AsyncProcessCommandL(TAny* aThisPtr); 
   666          static TInt AsyncProcessCommandL(TAny* aThisPtr); 
   668          
   667          
   669         
   668         
   670     private:
   669     private:
   820          * @brief Flag to indicate whenter to replace the location or to append it
   819          * @brief Flag to indicate whenter to replace the location or to append it
   821          */
   820          */
   822         TBool isReplaceLocation;        
   821         TBool isReplaceLocation;        
   823         
   822         
   824         CAsyncCallBack* iAsyncCallback; 
   823         CAsyncCallBack* iAsyncCallback; 
   825         
       
   826         /**
       
   827     	* True if FeatureManager is initialized.
       
   828     	*/
       
   829     	TBool iFeatMgrInitialized;
       
   830         
   824         
   831     };
   825     };
   832 
   826 
   833 /**
   827 /**
   834 * Class defining Map icon picture, derived from CPicture
   828 * Class defining Map icon picture, derived from CPicture