uifw/AvKon/aknhlist/inc/akntreelistinternalconstants.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Constants for hierarchical list internal use.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AKNTREELISTINTERNALCONSTANTS_H
       
    20 #define AKNTREELISTINTERNALCONSTANTS_H
       
    21 
       
    22 
       
    23 /** Namespace for concrete hiearchical list item types. */
       
    24 namespace AknTreeList
       
    25     {
       
    26     /** Root of tree structure. */
       
    27     const TInt KTree = 1;
       
    28 
       
    29     /** Single style tree leaf. */
       
    30     const TInt KSingleStyleTreeLeaf = 2;
       
    31 
       
    32     /** Single style tree node. */
       
    33     const TInt KSingleStyleTreeNode = 3;
       
    34 
       
    35     /** Single column style simple data row. */
       
    36     const TInt KSingleColumnStyleSimpleDataRow = 4;
       
    37 
       
    38     /** Single column style core data row. */
       
    39     const TInt KSingleColumnStyleCoreDataRow = 5;
       
    40 
       
    41     /** Single column style subtitle row. */
       
    42     const TInt KSingleColumnStyleSubtitleRow = 6;
       
    43     }
       
    44 
       
    45 
       
    46 #endif // AKNTREELISTINTERNALCONSTANTS_H