commonuis/CommonDialogs/inc/caknmemoryselectionmodelmultidrive.h
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 25 941195f2d488
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
   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      */
   194      */
   195      */
   195     void AddMMCItemToLbxL( const TCFDDriveInfo& aDriveInfo );
   196     void AddMMCItemToLbxL( const TCFDDriveInfo& aDriveInfo );
   196 
   197 
   197     /**
   198     /**
   198      * Creates formatted listbox item and appends it to iListBoxArray.
   199      * Creates formatted listbox item and appends it to iListBoxArray.
       
   200      * This method is for usb mass storage drives.
       
   201      *
       
   202      * @param aDriveInfo Drive information from which the lxx item string is
       
   203      *                   created.
       
   204      */
       
   205     void AddUSBItemToLbxL( const TCFDDriveInfo& aDriveInfo );
       
   206     
       
   207     /**
       
   208      * Creates formatted listbox item and appends it to iListBoxArray.
   199      * This method is for remote drives.
   209      * This method is for remote drives.
   200      *
   210      *
   201      * @param aDriveInfo Drive information from which the lxx item string is
   211      * @param aDriveInfo Drive information from which the lxx item string is
   202      *                   created.
   212      *                   created.
   203      */
   213      */