Link against: aknhlist.lib
#include <e32def.h>
Go to the source code of this file.
Namespaces |
|
| namespace | AknTreeListIconID |
Typedefs |
|
| typedef TInt | TAknTreeItemID |
| Item ID for hierarchical list items. |
|
Variables |
|
| const TAknTreeItemID | KAknTreeIIDNone = 0 |
| Constant Item ID for non-existent hierarchical list item. |
|
| const TAknTreeItemID | KAknTreeIIDRoot = 1 |
| Constant Item ID for the hierarchical list root node. |
|
| const TInt | AknTreeListIconID::KDefault = -1 |
| Constant indicating that default icon is to be used. |
|
| const TInt | AknTreeListIconID::KNone = 0 |
| No icon. |
|
| const TInt | AknTreeListIconID::KLineBranchIndication = 1 |
| Tree structure line with branch. |
|
| const TInt | AknTreeListIconID::KLineEndIndication = 2 |
| Tree structure end line. |
|
| const TInt | AknTreeListIconID::KLineStraightIndication = 3 |
| Tree structure straight line indication. |
|
| const TInt | AknTreeListIconID::KDefaultFileIndication = 4 |
| Default file indication. |
|
| const TInt | AknTreeListIconID::KClosedFolderIndication = 5 |
| Closed folder indication. |
|
| const TInt | AknTreeListIconID::KOpenFolderIndication = 6 |
| Open folder indication. |
|
| const TInt | AknTreeListIconID::KCollapseFunctionIndication = 7 |
| Collapse function indication, superimposed. |
|
| const TInt | AknTreeListIconID::KExpandFunctionIndication = 8 |
| Expand function indication, superimposed. |
|
| const TInt | AknTreeListIconID::KMarkedIndication = 9 |
| Item marked indication. |
|
| const TInt | AknTreeListIconID::KHighlightedMarkedIndication = 10 |
| Highlighted item marked indication. |
|
|
|
Item ID for hierarchical list items. |
|
|
Constant Item ID for non-existent hierarchical list item. |
|
|
Constant Item ID for the hierarchical list root node. |