messagingapp/msgui/unifiededitor/inc/msgunieditorview.h
changeset 44 36f374c67aa8
parent 43 35b64624a9e7
child 47 5b14749788d7
child 52 12db4185673b
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
   182      * @param isEnabled, true/false
   182      * @param isEnabled, true/false
   183      */
   183      */
   184     void setAttachOptionEnabled(MsgUnifiedEditorView::TBE_AttachOption opt,
   184     void setAttachOptionEnabled(MsgUnifiedEditorView::TBE_AttachOption opt,
   185             bool enable);
   185             bool enable);
   186 
   186 
       
   187     /**
       
   188      * Addresses are all ok. Now parse not allowed chars away 
       
   189 	 * before giving it to MTM
       
   190 	 * @param addresses, list of ConvergedMessageAddress
       
   191      */
       
   192     void formatAddresses(ConvergedMessageAddressList& addresses);
       
   193     
   187 private slots:
   194 private slots:
   188 
   195 
   189     /**
   196     /**
   190      * slot to add subject field.
   197      * slot to add subject field.
   191      */
   198      */
   203 
   210 
   204     /**
   211     /**
   205      * slot to change priority.
   212      * slot to change priority.
   206      */
   213      */
   207     void changePriority();
   214     void changePriority();
   208 
       
   209     /**
       
   210      * slot for different sending options.
       
   211      */
       
   212     void sendingOptions();
       
   213 
   215 
   214     /**
   216     /**
   215      * slot to current delete message.
   217      * slot to current delete message.
   216      */
   218      */
   217     void deleteMessage();
   219     void deleteMessage();