akntreelistconstants.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name        : akntreelistconstants.h
00004 *  Part of     : UI Framework Core / Avkon
00005 *  Description : Constants for hierarchical list.
00006 *  Version     : %version: 2 %
00007 *
00008 *  Copyright © 2006, 2007 Nokia.  All rights reserved.
00009 *  This material, including documentation and any related computer
00010 *  programs, is protected by copyright controlled by Nokia.  All
00011 *  rights are reserved.  Copying, including reproducing, storing,
00012 *  adapting or translating, any or all of this material requires the
00013 *  prior written consent of Nokia.  This material also contains
00014 *  confidential information which may not be disclosed to others
00015 *  without the prior written consent of Nokia.
00016 * ============================================================================
00017 * Template version: 4.0
00018 */
00019 
00020 #ifndef AKNTREELISTCONSTANTS_H
00021 #define AKNTREELISTCONSTANTS_H
00022 
00023 
00024 #include <e32def.h>
00025 
00026 
00028 typedef TInt TAknTreeItemID;
00029 
00031 const TAknTreeItemID KAknTreeIIDNone = 0;
00032 
00034 const TAknTreeItemID KAknTreeIIDRoot = 1;
00035 
00036 
00038 namespace AknTreeListIconID
00039     {
00041     const TInt KDefault = -1;
00042 
00044     const TInt KNone = 0;
00045 
00047     const TInt KLineBranchIndication = 1;
00048 
00050     const TInt KLineEndIndication = 2;
00051 
00053     const TInt KLineStraightIndication = 3;
00054 
00056     const TInt KDefaultFileIndication = 4;
00057 
00059     const TInt KClosedFolderIndication = 5;
00060 
00062     const TInt KOpenFolderIndication = 6;
00063 
00065     const TInt KCollapseFunctionIndication = 7;
00066 
00068     const TInt KExpandFunctionIndication = 8;
00069 
00071     const TInt KMarkedIndication = 9;
00072 
00074     const TInt KHighlightedMarkedIndication = 10;
00075     }
00076 
00077 
00078 #endif // AKNTREELISTCONSTANTS_H

Copyright © Nokia Corporation 2001-2007
Back to top