uifw/AvKon/inc/AknAdaptiveSearchGrid.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
   232          */
   232          */
   233          void HideL();              
   233          void HideL();              
   234          
   234          
   235          static const TInt EDeleteLastCharPressed = -1;
   235          static const TInt EDeleteLastCharPressed = -1;
   236 		 static const TInt ECloseGridPressed = -2;  
   236 		 static const TInt ECloseGridPressed = -2;  
   237 		 
       
   238     public:
       
   239 		 
       
   240 		/**
       
   241 		 * When the rect of find pane is set, this functions will be notified
       
   242          * to record the size of it.
       
   243 		 */
       
   244 		void SaveFindPaneRect( const TRect &aRect );
       
   245   
   237   
   246     protected: // From base class
   238     protected: // From base class
   247   
   239   
   248   		/**
   240   		/**
   249          * From CCoeControl.
   241          * From CCoeControl.
   422 
   414 
   423         // For ELJG-7VC8Q2: popup find pane overlap with Adaptive Search grid  
   415         // For ELJG-7VC8Q2: popup find pane overlap with Adaptive Search grid  
   424         TBool iPopupFindpane;
   416         TBool iPopupFindpane;
   425         // The length of overlap section 
   417         // The length of overlap section 
   426         TInt iOverlapLength;
   418         TInt iOverlapLength;
   427         
       
   428         TRect iFindpaneRect;
       
   429         
       
   430         TBool iFindPaneSizeChanged;
       
   431 
   419 
   432     };
   420     };
   433 
   421 
   434 #endif // __AKNADAPTIVESEARCHGRID_H__
   422 #endif // __AKNADAPTIVESEARCHGRID_H__
   435 
   423