emailuis/emailui/inc/FreestyleEmailUiAttachmentsListModel.h
branchRCL_3
changeset 11 0396474f30f5
parent 0 8466d47a6819
child 20 efd4f1afd43e
equal deleted inserted replaced
10:f5907b1a1053 11:0396474f30f5
   165 	TBool SaveAllAttachmentsL( const TDesC& aFileName );
   165 	TBool SaveAllAttachmentsL( const TDesC& aFileName );
   166 	// cancels all downloads
   166 	// cancels all downloads
   167 	void CancelAllDownloadsL();
   167 	void CancelAllDownloadsL();
   168     // check if model contains any attachment of message type
   168     // check if model contains any attachment of message type
   169     TBool IsThereAnyMessageAttachments() const;
   169     TBool IsThereAnyMessageAttachments() const;
       
   170     // check if model contains any attachment of non-message type
       
   171     TBool IsThereAnyNonMessageAttachments() const;
   170 
   172 
   171 private:
   173 private:
   172 	CFSEmailUiAttachmentsListModel( CFreestyleEmailUiAppUi& aAppUi, MFSEmailUiAttachmentsStatusObserver& aObserver );
   174 	CFSEmailUiAttachmentsListModel( CFreestyleEmailUiAppUi& aAppUi, MFSEmailUiAttachmentsStatusObserver& aObserver );
   173 	void ConstructL();
   175 	void ConstructL();
   174 
   176