mmappcomponents/audiofetcher/inc/audiofetcherdialog.h
branchRCL_3
changeset 63 91d5ad76f5c6
parent 14 05b0d2323768
child 67 16db3449d7ba
equal deleted inserted replaced
59:666f9a5a90a9 63:91d5ad76f5c6
    57         static CAudioFetcherDialog* NewL(
    57         static CAudioFetcherDialog* NewL(
    58             CDesCArray& aSelectedFiles, 
    58             CDesCArray& aSelectedFiles, 
    59             MMGFetchVerifier* aVerifier,
    59             MMGFetchVerifier* aVerifier,
    60             const TDesC& aTitle,
    60             const TDesC& aTitle,
    61             TBool aMultiSelectionEnabled, 
    61             TBool aMultiSelectionEnabled, 
    62             TMediaFileType aMediaType );
    62             TMediaFileType aMediaType,
       
    63             const MDesCArray& aMimeTypeArray);
    63 
    64 
    64         /**
    65         /**
    65         * Destructor.
    66         * Destructor.
    66         */
    67         */
    67         virtual ~CAudioFetcherDialog();     
    68         virtual ~CAudioFetcherDialog();     
    76         /**
    77         /**
    77         * C++ default constructor.
    78         * C++ default constructor.
    78         */
    79         */
    79         CAudioFetcherDialog(
    80         CAudioFetcherDialog(
    80             CDesCArray& aSelectedFiles, MMGFetchVerifier* aVerifier, const TDesC& aTitle, 
    81             CDesCArray& aSelectedFiles, MMGFetchVerifier* aVerifier, const TDesC& aTitle, 
    81             TBool aMultiSelectionEnabled, TMediaFileType aMediaType);
    82             TBool aMultiSelectionEnabled, TMediaFileType aMediaType,
       
    83             const MDesCArray& aMimeTypeArray);
    82 
    84 
    83 	private:
    85 	private:
    84 	    
    86 	    
    85 		/**
    87 		/**
    86 		* @ref CCoeControl::SizeChanged
    88 		* @ref CCoeControl::SizeChanged
   246         // for closing dialog
   248         // for closing dialog
   247         CIdle* iIdle;
   249         CIdle* iIdle;
   248         CAknInputBlock* iInputBlock;
   250         CAknInputBlock* iInputBlock;
   249         
   251         
   250         TMediaFileType iMediaType;
   252         TMediaFileType iMediaType;
       
   253         
       
   254         // Mine Type array
       
   255         const MDesCArray& iMimeTypeArray;
   251 	};
   256 	};
   252 
   257 
   253 #endif // AUDIOFETCHERDIALOG_H
   258 #endif // AUDIOFETCHERDIALOG_H
   254 
   259 
   255 // End of File
   260 // End of File