javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtlistbox.h
branchRCL_3
changeset 60 6c158198356e
parent 34 71c436fe3ce0
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   177     void SetBackgroundL(const MSwtColor* aColor);
   177     void SetBackgroundL(const MSwtColor* aColor);
   178     TBool IsLongTapAnimationCandidate(const TPointerEvent& aPointerEvent) const;
   178     TBool IsLongTapAnimationCandidate(const TPointerEvent& aPointerEvent) const;
   179 #ifdef RD_JAVA_S60_RELEASE_9_2
   179 #ifdef RD_JAVA_S60_RELEASE_9_2
   180     void EnableFocusHighlight(TBool aEnable);
   180     void EnableFocusHighlight(TBool aEnable);
   181 #endif //RD_JAVA_S60_RELEASE_9_2
   181 #endif //RD_JAVA_S60_RELEASE_9_2
       
   182     TInt FocusBackgroundPolicy() const;
       
   183     void PrepareForTraverse();
   182 
   184 
   183 // From MSwtListBox
   185 // From MSwtListBox
   184 public:
   186 public:
   185     MSwtScrollable* Scrollable();
   187     MSwtScrollable* Scrollable();
   186     void SetLayoutStyleL(TInt aLayoutStyle);
   188     void SetLayoutStyleL(TInt aLayoutStyle);
   468      * Default foreground color.
   470      * Default foreground color.
   469      */
   471      */
   470     TRgb iDefColor;
   472     TRgb iDefColor;
   471 
   473 
   472     /**
   474     /**
   473      * Used to hide initial flickering.
       
   474      */
       
   475     TBool iRestoreRedraw;
       
   476 
       
   477     /**
       
   478      * Maximum icon sizes for the current layout.
   475      * Maximum icon sizes for the current layout.
   479      */
   476      */
   480     TSize iMaxDetailIconSize;
   477     TSize iMaxDetailIconSize;
   481     TSize iMaxHeadingIconSize;
   478     TSize iMaxHeadingIconSize;
   482 
   479