emailuis/emailui/inc/ncsheadercontainer.h
changeset 3 a4d6f1ea0416
parent 2 5253a20d2a1e
child 4 e7aa27f58ae1
equal deleted inserted replaced
2:5253a20d2a1e 3:a4d6f1ea0416
   340     virtual TInt LayoutLineCount() const;
   340     virtual TInt LayoutLineCount() const;
   341 
   341 
   342     TBool IsAddressInputField( const CCoeControl* aControl ) const;
   342     TBool IsAddressInputField( const CCoeControl* aControl ) const;
   343 
   343 
   344     TBool IsRemoteSearchInprogress() const;
   344     TBool IsRemoteSearchInprogress() const;
       
   345     
       
   346     /**
       
   347      * Shows/hides cursor.
       
   348      * 
       
   349      * @param aShow ETrue - shows, EFalse - hides cursor.
       
   350      */
       
   351     void ShowCursor( TBool aShow );
   345 private: // Function members
   352 private: // Function members
   346 
   353 
   347 	void FocusChanged(TDrawNow aDrawNow);
   354 	void FocusChanged(TDrawNow aDrawNow);
   348 
   355 
   349 	void UpdatePopupContactListL( const TDesC& aMatchString, TBool aListAll );
   356 	void UpdatePopupContactListL( const TDesC& aMatchString, TBool aListAll );
   428 
   435 
   429     CAknsBasicBackgroundControlContext* iBgContext;
   436     CAknsBasicBackgroundControlContext* iBgContext;
   430     
   437     
   431     TBool iLongTapEventConsumed;
   438     TBool iLongTapEventConsumed;
   432     TBool iRALInProgress;
   439     TBool iRALInProgress;
       
   440     
       
   441     // Currently focused control
       
   442     CCoeControl* iFocused;
   433     };
   443     };
   434 
   444 
   435 
   445 
   436 #endif
   446 #endif