S60 3rd Edition API Reference: SLafListBox Struct Reference

SLafListBox Struct Reference

API published in: S60 1st Ed


#include <lafpublc.h>

Public Types

enum  TFlags {
  EMultipleSelection = 0x0001, ENoExtendedSelection = 0x0002, EIncrementalMatching = 0x0004, EPopout = 0x0008,
  ELeftDownInViewRect = 0x0010, EItemDoubleClicked = 0x0020, EKeepModel = 0x0040, EScrollBarSizeExcluded = 0x0080,
  EStateChanged = 0x0100, ECreateOwnWindow = 0x0200, ENoFirstLetterMatching = 0x0400, EPaintedSelection = 0x0800,
  ES60StyleMultiselection = 0x00010000, ES60StyleMarkable = 0x00020000
}
enum  TListItemAttribute { ECurrent = 0x0001, EEmphasized = 0x0002, ESelected = 0x0004, EMask = 0x0007 }
enum  TListItemFlags { EItemDrawMarkSelection = 0x0001, EItemPaintedSelection = 0x0002, EItemDrawOnlyActiveSelection = 0x0004 }

Member Enumeration Documentation

enum SLafListBox::TFlags
 
Enumerator:
EMultipleSelection 
ENoExtendedSelection 
EIncrementalMatching 
EPopout 
ELeftDownInViewRect 
EItemDoubleClicked 
EKeepModel 
EScrollBarSizeExcluded 
EStateChanged 
ECreateOwnWindow 
ENoFirstLetterMatching 
EPaintedSelection 
ES60StyleMultiselection 
ES60StyleMarkable 
enum SLafListBox::TListItemAttribute
 
Enumerator:
ECurrent 
EEmphasized 
ESelected 
EMask 
enum SLafListBox::TListItemFlags
 
Enumerator:
EItemDrawMarkSelection 
EItemPaintedSelection 
EItemDrawOnlyActiveSelection 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top