filemanager/App/inc/CFileManagerFileListContainer.h
branchCompilerCompatibility
changeset 11 04b627b096ba
parent 0 6a9f87576119
equal deleted inserted replaced
8:56a6a91a2a3e 11:04b627b096ba
    43             EListMain = 0, // Main layout
    43             EListMain = 0, // Main layout
    44             EListMemoryStore, // Memory store (Phone memory etc) layout
    44             EListMemoryStore, // Memory store (Phone memory etc) layout
    45             EListFolder // Folder layout
    45             EListFolder // Folder layout
    46             };
    46             };
    47 
    47 
    48         static CFileManagerFileListContainer*
    48         static CFileManagerFileListContainer* NewL(
    49             CFileManagerFileListContainer::NewL(
       
    50                 const TRect& aRect,
    49                 const TRect& aRect,
    51                 const TInt aFocusedIndex,
    50                 const TInt aFocusedIndex,
    52                 const TListType aType,
    51                 const TListType aType,
    53                 const TInt aEmptyText,
    52                 const TInt aEmptyText,
    54                 const TDesC& aHelpContext );
    53                 const TDesC& aHelpContext );