akntreelist.h File Reference

Link against: aknhlist.lib


#include <akncontrol.h>
#include <w32std.h>
#include <akntreelistobserver.h>
#include <akniconutils.h>

Go to the source code of this file.


Data Structures

class   CAknTreeList
  Abstract base class for hierarchical lists. More...

Variables

const TUint32  KAknTreeListLooping = 0x0001
  Flag to indicate that hierarchical list is looping.
const TUint32  KAknTreeListNoStructureLines = 0x0002
  Flag to indicate that hierarchical list structure lines are not visible.
const TUint32  KAknTreeListMarqueeScrolling = 0x0004
  Flag to set marquee scrolling on.
const TUint32  KAknTreeListNoIndention = 0x0008
  Flag to disable indention of hierarchical list items.
const TUint32  KAknTreeListMarkable = 0x0010
  Flag to set hierarchical list markable.

Variable Documentation

const TUint32 KAknTreeListLooping = 0x0001
 

Flag to indicate that hierarchical list is looping.

const TUint32 KAknTreeListMarkable = 0x0010
 

Flag to set hierarchical list markable.

The list items can always be marked by list client with API methods, but when list is set markable, it responds to specified pointer and key event by marking/unmarking items as required.

const TUint32 KAknTreeListMarqueeScrolling = 0x0004
 

Flag to set marquee scrolling on.

const TUint32 KAknTreeListNoIndention = 0x0008
 

Flag to disable indention of hierarchical list items.

Setting this flag also forces the tree structure lines invisible.

const TUint32 KAknTreeListNoStructureLines = 0x0002
 

Flag to indicate that hierarchical list structure lines are not visible.


Copyright © Nokia Corporation 2001-2007
Back to top