javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcombo.h
branchRCL_3
changeset 34 71c436fe3ce0
parent 19 04becd199f91
child 60 6c158198356e
equal deleted inserted replaced
25:9ac0a0a7da70 34:71c436fe3ce0
   186      * Item selection helper.
   186      * Item selection helper.
   187      */
   187      */
   188     void DoSelectItemL(TInt aIdx);
   188     void DoSelectItemL(TInt aIdx);
   189 
   189 
   190     /**
   190     /**
   191      * Fixed border for the contained combo.
       
   192      */
       
   193     void DrawContainedComboBorder() const;
       
   194 
       
   195     /**
       
   196      * Position the contained combo in the middle of the compound control.
   191      * Position the contained combo in the middle of the compound control.
   197      */
   192      */
   198     void CenterContainedCombo();
   193     void CenterContainedCombo();
   199 
   194 
   200     /**
   195     /**
   239     /**
   234     /**
   240      * Feedback instance.
   235      * Feedback instance.
   241      * Not own.
   236      * Not own.
   242      */
   237      */
   243     MTouchFeedback* iFeedback;
   238     MTouchFeedback* iFeedback;
       
   239     
       
   240     /**
       
   241      * True for as long as pressed by pointer.
       
   242      * Eclipses ASwtControlBase::iPressed!
       
   243      */
       
   244     TBool iPressed;
   244 };
   245 };
   245 
   246 
   246 
   247 
   247 #endif // SWTCOMBO_H
   248 #endif // SWTCOMBO_H