javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtcombo.h
branchRCL_3
changeset 60 6c158198356e
parent 34 71c436fe3ce0
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    97     void ProcessKeyEventL(
    97     void ProcessKeyEventL(
    98         const TKeyEvent& aKeyEvent,
    98         const TKeyEvent& aKeyEvent,
    99         TEventCode aType);
    99         TEventCode aType);
   100     TBool IsKeyUsed(TUint aKeyCode) const;
   100     TBool IsKeyUsed(TUint aKeyCode) const;
   101     HBufC* MSKLabelL() const;
   101     HBufC* MSKLabelL() const;
       
   102     TInt PressBackgroundPolicy() const;
   102 
   103 
   103 // From ASwtScrollableBase
   104 // From ASwtScrollableBase
   104 protected:
   105 protected:
   105     CEikScrollBarFrame* SbFrame() const;
   106     CEikScrollBarFrame* SbFrame() const;
   106 
   107 
   234     /**
   235     /**
   235      * Feedback instance.
   236      * Feedback instance.
   236      * Not own.
   237      * Not own.
   237      */
   238      */
   238     MTouchFeedback* iFeedback;
   239     MTouchFeedback* iFeedback;
   239     
       
   240     /**
       
   241      * True for as long as pressed by pointer.
       
   242      * Eclipses ASwtControlBase::iPressed!
       
   243      */
       
   244     TBool iPressed;
       
   245 };
   240 };
   246 
   241 
   247 
   242 
   248 #endif // SWTCOMBO_H
   243 #endif // SWTCOMBO_H