commonuis/CommonDialogs/inc/caknmemoryselectionmodelmultidrive.h
branchRCL_3
changeset 20 d48ab3b357f1
parent 19 aecbbf00d063
equal deleted inserted replaced
19:aecbbf00d063 20:d48ab3b357f1
   130         EIconMMCLocked,
   130         EIconMMCLocked,
   131         EIconMMCUnavailable,
   131         EIconMMCUnavailable,
   132         EIconRemoteDrive,
   132         EIconRemoteDrive,
   133         EIconRemoteDriveActive, // Icon used in D-column if drive active
   133         EIconRemoteDriveActive, // Icon used in D-column if drive active
   134         EIconInternalMassStorage,
   134         EIconInternalMassStorage,
   135         EIconInternalMassStorageUnavailable
   135         EIconInternalMassStorageUnavailable,
       
   136         EIconExternalUSBDrive
   136         };
   137         };
   137 
   138 
   138     /**
   139     /**
   139      * Indexes to the localized memory texts (iLocStringArray).
   140      * Indexes to the localized memory texts (iLocStringArray).
   140      */
   141      */
   145         ETextMMCLocked,
   146         ETextMMCLocked,
   146         ETextMMCUnavailable,
   147         ETextMMCUnavailable,
   147         ETextRemoteDrive,
   148         ETextRemoteDrive,
   148         ETextInternalMassStorage,
   149         ETextInternalMassStorage,
   149         ETextInternalMassStorageUnavailable,
   150         ETextInternalMassStorageUnavailable,
       
   151         ETextUSBDefaultName,
       
   152         ETextUSBUnavailable,
   150         ETextMMCNamed,
   153         ETextMMCNamed,
   151         ETextCount // Count of the localized texts - must remain last!
   154         ETextCount // Count of the localized texts - must remain last!
   152         };
   155         };
   153 
   156 
   154 // New functions
   157 // New functions
   192      * @param aDriveInfo Drive information from which the lxx item string is
   195      * @param aDriveInfo Drive information from which the lxx item string is
   193      *                   created.
   196      *                   created.
   194      */
   197      */
   195     void AddMMCItemToLbxL( const TCFDDriveInfo& aDriveInfo );
   198     void AddMMCItemToLbxL( const TCFDDriveInfo& aDriveInfo );
   196 
   199 
       
   200     /**
       
   201      * Creates formatted listbox item and appends it to iListBoxArray.
       
   202      * This method is for usb mass storage drives.
       
   203      *
       
   204      * @param aDriveInfo Drive information from which the lxx item string is
       
   205      *                   created.
       
   206      */
       
   207     void AddUSBItemToLbxL( const TCFDDriveInfo& aDriveInfo );
       
   208     
   197     /**
   209     /**
   198      * Creates formatted listbox item and appends it to iListBoxArray.
   210      * Creates formatted listbox item and appends it to iListBoxArray.
   199      * This method is for remote drives.
   211      * This method is for remote drives.
   200      *
   212      *
   201      * @param aDriveInfo Drive information from which the lxx item string is
   213      * @param aDriveInfo Drive information from which the lxx item string is