javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtlistbox.h
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 34 71c436fe3ce0
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
   149 protected:
   149 protected:
   150     void SizeChanged();
   150     void SizeChanged();
   151     void PositionChanged();
   151     void PositionChanged();
   152     void FocusChanged(TDrawNow aDrawNow);
   152     void FocusChanged(TDrawNow aDrawNow);
   153     TTypeUid::Ptr MopSupplyObject(TTypeUid aId);
   153     TTypeUid::Ptr MopSupplyObject(TTypeUid aId);
   154     
   154 
   155 private:
   155 private:
   156     void Draw(const TRect& aRect) const;
   156     void Draw(const TRect& aRect) const;
   157 
   157 
   158 // From ASwtControlBase
   158 // From ASwtControlBase
   159 protected:
   159 protected:
   478 
   478 
   479     /**
   479     /**
   480      * Stores last known focus index. Use only during paint and key handlers.
   480      * Stores last known focus index. Use only during paint and key handlers.
   481      */
   481      */
   482     TInt iPrevFocusIndex;
   482     TInt iPrevFocusIndex;
   483     
   483 
   484     /**
   484     /**
   485      * View visible rect at last draw
   485      * View visible rect at last draw
   486      */
   486      */
   487     mutable TRect iLastViewVisibleRect;
   487     mutable TRect iLastViewVisibleRect;
   488 };
   488 };