Common File Dialogs API: Changes

The following header file(s) have changed between 3.0 and 3.1

Table 1: akncommondialogs.h
Type Class Change
New public method AknCommonDialogs static TBool RunSelectDlgLD(TDes& aFileName,const TDesC& aStartFolder,TInt aMemorySelectionResourceId,TInt aFileSelectionResourceId,const TDesC& aFileSelectionTitle,MAknFileFilter* aFilter = NULL,MAknFileSelectionObserver* aObserver = NULL );
New public method AknCommonDialogs static TBool RunSaveDlgLD(TDes& aDefaultFileName,const TDesC& aStartFolder,TInt aMemorySelectionResourceId, TInt aFileSelectionResourceId,const TDesC& aFileSelectionTitle,MAknFileFilter* aFilter = NULL,MAknFileSelectionObserver* aObserver = NULL);
New public method AknCommonDialogs static TBool RunFolderSelectDlgLD(TDes& aFolder,const TDesC& aStartFolder,TInt aMemorySelectionResourceId,TInt aFileSelectionResourceId,const TDesC& aFileSelectionTitle,MAknFileFilter* aFilter = NULL,MAknFileSelectionObserver* aObserver = NULL );

The following header file(s) have changed between 3.1 and 3.2

Table 2: caknfilenamepromptdialog.h
Type Class Change
New public method CAknFileNamePromptDialog IMPORT_C TBool RenameL( TDes& aFileName );

Table 3: caknmemoryselectiondialog.h
Type Class Change
New static constructor CAknMemorySelectionDialog IMPORT_C static CAknMemorySelectionDialog* NewL(TCommonDialogType aDialogType, TInt aResourceId, TBool aShowUnavailableDrives, TInt aIncludedMedias );
New public method CAknMemorySelectionDialog TInt GetDrivePaths( TInt aLbxIndex, TDes* aRootPath, TDes* aDefaultFolder );
New protected virtual method CAknMemorySelectionDialog virtual void ConstructFromResourceL( TInt aResourceId, TBool aShowUnavailableDrives, TInt aIncludedMedias );
New protected variable CAknMemorySelectionDialog TBool iDynamicDrivesEnabled;
New protected variable CAknMemorySelectionDialog TInt iIncludedMedias;

Table 4: akncommondialogsdynmem.h
Type Class Change
New class AknCommonDialogsDynMem


Copyright © Nokia Corporation 2001-2008
Back to top