idlehomescreen/widgetmanager/inc/wmlistbox.h
branchRCL_3
changeset 9 f966699dea19
parent 5 c743ef5928ba
child 15 ff572dfe6d86
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   116     /** 
   116     /** 
   117      * pointer to the listbox (not owned) 
   117      * pointer to the listbox (not owned) 
   118      */
   118      */
   119     CWmListBox* iListBox;
   119     CWmListBox* iListBox;
   120 
   120 
   121     /** 
       
   122      * current font used in drawing (not owned) 
       
   123      */
       
   124     const CFont*    iFont;
       
   125 
   121 
   126     /**
   122     /**
   127      * add-button colored bitmap (default color)
   123      * add-button colored bitmap (default color)
   128      */
   124      */
   129     CFbsBitmap*         iAddWidgetBtnImage;
   125     CFbsBitmap*         iAddWidgetBtnImage;
   290     /**
   286     /**
   291      * Responds to skin changed.
   287      * Responds to skin changed.
   292      */
   288      */
   293     void HandleSkinChanged();
   289     void HandleSkinChanged();
   294 
   290 
   295 	/** 
       
   296      * State of pointer down event 
       
   297      * 
       
   298      * @return ETrue if pointer is down
       
   299      */
       
   300     inline TBool PressedDown();
       
   301 
       
   302     /**
   291     /**
   303      * Returns size of logo 
   292      * Returns size of logo 
   304      * 
   293      * 
   305      * @return Size of logo rect
   294      * @return Size of logo rect
   306      */
   295      */
   386     /** 
   375     /** 
   387      * state of list box find pane 
   376      * state of list box find pane 
   388      */
   377      */
   389     TBool               iFindPaneIsVisible;
   378     TBool               iFindPaneIsVisible;
   390 	
   379 	
   391 	/** 
       
   392      * state of pointer pressed down and hold 
       
   393      */
       
   394     TBool               iPressedDown;
       
   395 	
       
   396     /** size of logo rect in list item */
   380     /** size of logo rect in list item */
   397     TSize               iLogoSize;    
   381     TSize               iLogoSize;    
   398 	};
   382 	};
   399 #include "wmlistbox.inl"
   383 #include "wmlistbox.inl"
   400 
   384