equal
deleted
inserted
replaced
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 |
|
137 }; |
136 }; |
138 |
137 |
139 /** |
138 /** |
140 * Indexes to the localized memory texts (iLocStringArray). |
139 * Indexes to the localized memory texts (iLocStringArray). |
141 */ |
140 */ |
146 ETextMMCLocked, |
145 ETextMMCLocked, |
147 ETextMMCUnavailable, |
146 ETextMMCUnavailable, |
148 ETextRemoteDrive, |
147 ETextRemoteDrive, |
149 ETextInternalMassStorage, |
148 ETextInternalMassStorage, |
150 ETextInternalMassStorageUnavailable, |
149 ETextInternalMassStorageUnavailable, |
151 ETextUSBDefaultName, |
|
152 ETextUSBUnavailable, |
|
153 ETextMMCNamed, |
150 ETextMMCNamed, |
154 ETextCount // Count of the localized texts - must remain last! |
151 ETextCount // Count of the localized texts - must remain last! |
155 }; |
152 }; |
156 |
153 |
157 // New functions |
154 // New functions |
195 * @param aDriveInfo Drive information from which the lxx item string is |
192 * @param aDriveInfo Drive information from which the lxx item string is |
196 * created. |
193 * created. |
197 */ |
194 */ |
198 void AddMMCItemToLbxL( const TCFDDriveInfo& aDriveInfo ); |
195 void AddMMCItemToLbxL( const TCFDDriveInfo& aDriveInfo ); |
199 |
196 |
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 |
|
209 /** |
197 /** |
210 * Creates formatted listbox item and appends it to iListBoxArray. |
198 * Creates formatted listbox item and appends it to iListBoxArray. |
211 * This method is for remote drives. |
199 * This method is for remote drives. |
212 * |
200 * |
213 * @param aDriveInfo Drive information from which the lxx item string is |
201 * @param aDriveInfo Drive information from which the lxx item string is |