meetingrequest/mrgui/mrfieldbuilderplugin/inc/cmrattachmentcommandhandler.h
branchRCL_3
changeset 80 726fba06891a
parent 16 4ce476e64c59
equal deleted inserted replaced
73:c8382f7b54ef 80:726fba06891a
    69      */
    69      */
    70     void HandleAttachmentCommandL(
    70     void HandleAttachmentCommandL(
    71             TInt aCommandId,
    71             TInt aCommandId,
    72             const CESMRRichTextLink& aSelectedLink );
    72             const CESMRRichTextLink& aSelectedLink );
    73 
    73 
       
    74     /**
       
    75      * Check if SaveAllAttachments is in progress
       
    76      * @return ETrue, if iSaveAllAttachmentsCommand is ETrue
       
    77      */
       
    78     TBool IsSaveAllAttachmentsInProgress( );
       
    79     
    74     /**
    80     /**
    75      * Tests whether curerntly selected link is remote or not.
    81      * Tests whether curerntly selected link is remote or not.
    76      * @param aSelectedLink Reference to selected link.
    82      * @param aSelectedLink Reference to selected link.
    77      * @return ETrue, if currently selected link is remote attachment
    83      * @return ETrue, if currently selected link is remote attachment
    78      */
    84      */
   167     TInt iCommandInProgress;
   173     TInt iCommandInProgress;
   168     /// Own: Document handler
   174     /// Own: Document handler
   169     CDocumentHandler* iDocHandler;
   175     CDocumentHandler* iDocHandler;
   170     /// Ref: Event queue
   176     /// Ref: Event queue
   171     MESMRFieldEventQueue& iEventQueue;
   177     MESMRFieldEventQueue& iEventQueue;
       
   178     /// Record attachment index when saving an attachment
       
   179     TInt iAttachmentIndex;
       
   180     /// Flag to indicate if save all command is in question 
       
   181     TBool iSaveAllAttachmentsCommand;
   172     };
   182     };
   173 
   183 
   174 #endif // CMRATTACHMENTCOMMANDHANDLER_H
   184 #endif // CMRATTACHMENTCOMMANDHANDLER_H
   175 
   185 
   176 // EOF
   186 // EOF