aknlists.h File Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikclb.h>
#include <eikfrlb.h>
#include <eikslb.h>
#include <AknGrid.h>
#include <aknutils.h>
#include <aknpanic.h>

Go to the source code of this file.


Data Structures

class   AknListBoxLinesTemplate< T >
  This adds correct horizontal and vertival lines to the listbox and handles empty listbox! More...
class   AknPopupListEmpty< T >
  Empty layout for popup lists. More...
class   CAknColumnListBox
  Avkon version of eikon's column listbox. More...
class   CAknSingleStyleListBox
  list_single_pane More...
class   CAknSingleNumberStyleListBox
  list_single_number_pane More...
class   CAknSingleHeadingStyleListBox
  list_single_heading_pane More...
class   CAknSingleGraphicStyleListBox
  list_single_graphic_pane More...
class   CAknSingleGraphicHeadingStyleListBox
  list_single_Graphic_heading_pane More...
class   CAknSingleNumberHeadingStyleListBox
  list_single_number_heading_pane More...
class   CAknSingleLargeStyleListBox
  list_single_large_pane More...
class   CAknDoubleStyleListBox
  list_double_pane and list_big_single_pane More...
class   CAknDoubleStyle2ListBox
  list_twoline_pane More...
class   CAknDoubleNumberStyleListBox
  list_double_number_pane and list_big_single_number_pane More...
class   CAknDoubleTimeStyleListBox
  list_double_time_pane More...
class   CAknDoubleLargeStyleListBox
  list_double_large_pane More...
class   CAknDoubleGraphicStyleListBox
  list_double_graphic_pane More...
class   CAknDouble2GraphicStyleListBox
  list_double2_graphic_pane More...
class   CAknDouble2LargeStyleListBox
  list_double2_large_graphic_pane More...
class   CAknDouble2GraphicLargeGraphicStyleListBox
  list_double2_graphic_large_graphic_pane More...
class   CAknFormDoubleGraphicStyleListBox
  list_double2_graphic_pane More...
class   CAknFormDoubleStyleListBox
  list_double2_pane More...
class   CAknSettingStyleListBox
  list_setting_pane and list_big_single_setting_pane More...
class   CAknSettingNumberStyleListBox
  list_setting_number_pane and list_big_single_setting_number_pane More...
class   CAknSinglePopupMenuStyleListBox
  list_single_popup_menu_pane More...
class   CAknSingleGraphicPopupMenuStyleListBox
  list_single_graphic_popup_menu_pane More...
class   CAknSingleGraphicBtPopupMenuStyleListBox
  list_single_graphic_bt_popup_menu_pane More...
class   CAknSingleHeadingPopupMenuStyleListBox
  list_single_heading_popup_menu_pane More...
class   CAknSingleGraphicHeadingPopupMenuStyleListBox
  list_single_graphic_heading_popup_menu_pane More...
class   CAknDoublePopupMenuStyleListBox
  list_double_popup_menu_pane More...
class   CAknSinglePopupSubmenuStyleListBox
  list_single_popup_submenu_pane More...
class   CAknDoubleLargeGraphicPopupMenuStyleListBox
  list_double_large_graphic_popup_menu_pane More...
class   CAknDouble2PopupMenuStyleListBox
  list_double2_popup_menu_pane More...
class   CAknSingle2GraphicPopupMenuStyleListBox
  list_single_2graphic_pane_cp2 More...
class   CAknDoubleGraphicPopupMenuStyleListBox
  list_double_graphic_pane More...
class   CAknSetStyleListBox
  list_set_pane Setting Page component uses this More...
class   CAknFormGraphicStyleListBox
  list_form_graphic_pane Form popup field should use this More...
class   CAknFormGraphicWideStyleListBox
class   CAknPinbStyleGrid
  grid_pinb_pane More...
class   CAknQdialStyleGrid
  grid_qdial_pane More...
class   CAknCaleMonthStyleGrid
  grid_cale_month_pane More...
class   CAknColumnListBoxView
  A view that provides empty lists for use with find pane. More...
class   CAknSetStyleListBoxView
  empty list for settings item editing More...
class   CSingleHeadingStyleView
  Horizontal lines and empty list support for views. More...
class   CSingleHeadingStyleItemDrawer
  Horizontal lines support for item drawer. More...
class   CDoubleLargeStyleItemDrawer
  Thumbnail image positioning for double large styles. More...
class   CWordWrappedFormattedCellItemDrawer
  Word wrapping for double2 styles. More...
class   AknListBoxLayouts
  AknListBoxLayouts Building listbox layouts from European Avkon LAF. More...
class   AknListBoxUtils
  General utilities relating to listboxes. More...

Defines

#define  AKNCOLUMNLISTBOXNAME(x)   AknListBoxLinesTemplate<CAknColumnListBox >(x)
#define  AKNDOUBLELISTBOXNAME(x)   AknListBoxLinesTemplate<CEikFormattedCellListBox >(x)
#define  AKNSETTINGLISTBOXNAME(x)   AknListBoxLinesTemplate<CEikSettingsListBox >(x)
#define  AKNCOLUMNLISTBOX   AknListBoxLinesTemplate<CAknColumnListBox >
#define  AKNFORMATTEDLISTBOX   AknListBoxLinesTemplate<CEikFormattedCellListBox >
#define  AKNSETTINGSLISTBOX   AknListBoxLinesTemplate<CEikSettingsListBox >
#define  AKNGRID   CAknGrid

Typedefs

typedef AknListBoxLinesTemplate<
CAknColumnListBox
CEikColumnListBoxTypedef
typedef AknListBoxLinesTemplate<
CEikFormattedCellListBox
CEikFormattedCellListBoxTypedef
typedef AknListBoxLinesTemplate<
CEikSettingsListBox
CEikSettingsListBoxTypedef
typedef CAknGrid  CAknSelectionGridTypedef
typedef CAknFormDoubleGraphicStyleListBox  CAknSingleBigHeadingGraphicListBox
typedef CAknFormDoubleStyleListBox  CAknSingleBigHeadingListBox

Define Documentation

#define AKNCOLUMNLISTBOX   AknListBoxLinesTemplate<CAknColumnListBox >
 
#define AKNCOLUMNLISTBOXNAME  )     AknListBoxLinesTemplate<CAknColumnListBox >(x)
 
#define AKNDOUBLELISTBOXNAME  )     AknListBoxLinesTemplate<CEikFormattedCellListBox >(x)
 
#define AKNFORMATTEDLISTBOX   AknListBoxLinesTemplate<CEikFormattedCellListBox >
 
#define AKNGRID   CAknGrid
 
#define AKNSETTINGLISTBOXNAME  )     AknListBoxLinesTemplate<CEikSettingsListBox >(x)
 
#define AKNSETTINGSLISTBOX   AknListBoxLinesTemplate<CEikSettingsListBox >
 

Typedef Documentation

typedef CAknGrid CAknSelectionGridTypedef
 
typedef CAknFormDoubleGraphicStyleListBox CAknSingleBigHeadingGraphicListBox
 
typedef CAknFormDoubleStyleListBox CAknSingleBigHeadingListBox
 
typedef AknListBoxLinesTemplate<CAknColumnListBox > CEikColumnListBoxTypedef
 
typedef AknListBoxLinesTemplate<CEikFormattedCellListBox > CEikFormattedCellListBoxTypedef
 
typedef AknListBoxLinesTemplate<CEikSettingsListBox > CEikSettingsListBoxTypedef
 

Copyright © Nokia Corporation 2001-2008
Back to top