classicui_pub/common_file_dialogs_api/inc/caknmemoryselectionsettingitemmultidrive.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    86     /**
    86     /**
    87      * Update contents of setting item
    87      * Update contents of setting item
    88      */
    88      */
    89     void UpdateSettingItemContentL();
    89     void UpdateSettingItemContentL();
    90     
    90     
       
    91     /**
       
    92      * Set which medias are included in the dialog.
       
    93      * NOTE: DO NOT call this function when settingitem is being edited.
       
    94      *
       
    95      * @param aIncludedMedias bit flag definition of which medias are
       
    96      *        included in the dialog. See AknCommonDialogsDynMem::TMemoryTypes.
       
    97      *        Value -1 indicates the default dialog value will be used.
       
    98      */
       
    99     IMPORT_C void SetIncludedMediasL( TInt aIncludedMedias );
       
   100     
    91 protected: // Data
   101 protected: // Data
    92 
   102 
    93     // Ref: External data
   103     // Ref: External data
    94     TDriveNumber& iExternalData;
   104     TDriveNumber& iExternalData;
    95 
   105