idlehomescreen/widgetmanager/inc/wmlistbox.h
branchRCL_3
changeset 23 7be2816dbabd
parent 19 79311d856354
child 28 d721605b30d0
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
    42 class CAknLongTapDetector;
    42 class CAknLongTapDetector;
    43 class CWmListModel;
    43 class CWmListModel;
    44 class CWmWidgetData;
    44 class CWmWidgetData;
    45 class CAknStylusPopUpMenu;
    45 class CAknStylusPopUpMenu;
    46 class MEikMenuObserver;
    46 class MEikMenuObserver;
       
    47 class CWmListItemDrawer;
    47 
    48 
    48 // CLASS DECLARATIONS
    49 // CLASS DECLARATIONS
    49 
    50 
    50 /**
    51 /**
    51  * CWmListItemDrawer
    52  * CWmListItemDrawer
   127 
   128 
   128 // CLASS DECLARATIONS
   129 // CLASS DECLARATIONS
   129 /**
   130 /**
   130  * CWmListBox
   131  * CWmListBox
   131  */
   132  */
   132 NONSHARABLE_CLASS( CWmListBox ): public CAknDouble2LargeStyleListBox,
   133 NONSHARABLE_CLASS( CWmListBox ): public CEikFormattedCellListBox,
   133                       public MWmWidgetDataObserver
   134                       public MWmWidgetDataObserver
   134 	{
   135 	{
   135 public:
   136 public:
   136     
   137     
   137     /**
   138     /**
   289      * Creates the item drawer.
   290      * Creates the item drawer.
   290      * 
   291      * 
   291      * @see CEikTextListBox::CreateItemDrawerL
   292      * @see CEikTextListBox::CreateItemDrawerL
   292      */
   293      */
   293 	void CreateItemDrawerL();
   294 	void CreateItemDrawerL();
   294 	
   295 
   295 protected: // from base class CCoeControl
   296 protected: // from base class CCoeControl
   296     
   297     
   297     /**
   298     /**
   298      * Sets the control's extent, specifying a rectangle.
   299      * Sets the control's extent, specifying a rectangle.
   299      * 
   300      *