classicui_plat/find_item_ui_api/inc/finditemdialog.h
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   194          * Handle pointer events.
   194          * Handle pointer events.
   195          * @param aPointerEvent information about the pointerevent
   195          * @param aPointerEvent information about the pointerevent
   196          */
   196          */
   197         void HandlePointerEventL ( const TPointerEvent& aPointerEvent );
   197         void HandlePointerEventL ( const TPointerEvent& aPointerEvent );
   198 
   198 
   199 		/**
       
   200         * Sets AIW submenu item visibility 
       
   201         * Must be called before displaying the dialog
       
   202         * 
       
   203         * @since S60 5.2
       
   204         * @param aVisible AIW submenu item visibility
       
   205         */
       
   206         IMPORT_C void SetCallSubMenuVisibility( TBool aVisible );
       
   207 
       
   208     protected:  // Functions from base classes
   199     protected:  // Functions from base classes
   209 
   200 
   210         /**
   201         /**
   211         * From MFindItemDialogCallBack Updates editor's selection.
   202         * From MFindItemDialogCallBack Updates editor's selection.
   212         *
   203         *
   548         // Is single click enabled
   539         // Is single click enabled
   549         TBool iSingleClick;
   540         TBool iSingleClick;
   550 
   541 
   551         // Tactile Feedback interface
   542         // Tactile Feedback interface
   552         MTouchFeedback* iFeedback;        		
   543         MTouchFeedback* iFeedback;        		
   553 
       
   554 		// Hide AIW submenu
       
   555         TBool iHideCallSubMenu;
       
   556 		
   544 		
   557     public: // new methods
   545     public: // new methods
   558         void DeleteMeL();
   546         void DeleteMeL();
   559         static TInt DeleteMe(TAny* aThis);
   547         static TInt DeleteMe(TAny* aThis);
   560 
   548