calendarui/editors/inc/calenunifiededitor.h
branchRCL_3
changeset 60 96907930389d
parent 59 aba12c885d83
child 67 1539a383d7b6
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
   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();
   270     private:
   271     private:
   271        
   272        
   272         /**
   273         /**
   273          * @brief Handles "Cancel" menu command for discarding the user changes.
   274          * @brief Handles "Cancel" menu command for discarding the user changes.
   274          */
   275          */
   528         /**
   529         /**
   529          * @brief checks wether user has edited the db field.
   530          * @brief checks wether user has edited the db field.
   530          * updates the dbid into cenrep for the later use,
   531          * updates the dbid into cenrep for the later use,
   531          * next time editor will show this db in the editor (bu default)
   532          * next time editor will show this db in the editor (bu default)
   532          */
   533          */
   533         void ModifyDbField();
   534         void ModifyDbFieldL();
   534         
   535         
   535         /**
   536         /**
   536          * @brief Try to save the enty with new entry type
   537          * @brief Try to save the enty with new entry type
   537          * @return Error value if entry is not saved
   538          * @return Error value if entry is not saved
   538          */
   539          */
   659          /**
   660          /**
   660           * @brief Hides Entry type, Calendar Field & RepetType Fields for 
   661           * @brief Hides Entry type, Calendar Field & RepetType Fields for 
   661           *        exceptional entry/single instance of recurrent entry
   662           *        exceptional entry/single instance of recurrent entry
   662           *  
   663           *  
   663           */
   664           */
   664          void HideFieldsForEditSingleInstance();
   665          void HideFieldsForEditSingleInstanceL();
   665          
   666          
   666          static TInt AsyncProcessCommandL(TAny* aThisPtr); 
   667          static TInt AsyncProcessCommandL(TAny* aThisPtr); 
   667          
   668          
   668         
   669         
   669     private:
   670     private: