gsprofilesrv_plat/filelist_api/inc/FileListModel.hrh
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This file contains declarations for resources of File List.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef __FILELISTMODEL_HRH__
       
    23 #define __FILELISTMODEL_HRH__
       
    24 
       
    25 //  CONSTANTS
       
    26 
       
    27 enum TSortCriteria { EAlphaAscending, EAlphaDescending, EDateAscending, EDateDescending };
       
    28 
       
    29 #define KFLDNoSizeFiltering 0x7fffffff
       
    30 
       
    31 enum        // CBA constants
       
    32     {
       
    33     EFldSoftkeyVideoPreview = 0x6000,
       
    34     EFldSoftkeyVideoPreviewSelect
       
    35     };
       
    36 
       
    37 #endif
       
    38 
       
    39 // End of File