filemanager/GFLM/inc/GFLM.hrh
branchRCL_3
changeset 21 65326cf895ed
parent 0 6a9f87576119
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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:  GFLM resource header file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef GFLM_HRH
       
    21 #define GFLM_HRH
       
    22 
       
    23 
       
    24 // DATA TYPES
       
    25 
       
    26 enum TGflmSortMethod
       
    27     {
       
    28     EByName = 0,
       
    29     EByType,
       
    30     EMostRecentFirst,
       
    31     ELargestFirst,
       
    32     EByMatch
       
    33     };
       
    34 
       
    35 enum TGflmFSItemInclusion
       
    36     {
       
    37     ENothing = 0,
       
    38     EFiles = 0x1,
       
    39     EDirectories = 0x2,
       
    40     EDrives = 0x4
       
    41     };
       
    42 
       
    43 enum TGflmPanicReason
       
    44     {
       
    45     EGlobalIndexOutOfBounds = 0,
       
    46     EUnknownSortMethod,
       
    47     ENotADirectory,
       
    48     EInvalidGroupId,
       
    49     ENotAnActionItem
       
    50     };
       
    51 
       
    52 enum TGflmRefreshMode
       
    53     {
       
    54     ERefreshItems = 0,
       
    55     ERefreshSort
       
    56     };
       
    57 
       
    58 #endif
       
    59 
       
    60 // End of File