classicui_plat/find_item_ui_api/inc/finditemdialog.h
branchRCL_3
changeset 51 fcdfafb36fe7
parent 50 a1caeb42b3a3
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   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 
   199     protected:  // Functions from base classes
   208     protected:  // Functions from base classes
   200 
   209 
   201         /**
   210         /**
   202         * From MFindItemDialogCallBack Updates editor's selection.
   211         * From MFindItemDialogCallBack Updates editor's selection.
   203         *
   212         *
   539         // Is single click enabled
   548         // Is single click enabled
   540         TBool iSingleClick;
   549         TBool iSingleClick;
   541 
   550 
   542         // Tactile Feedback interface
   551         // Tactile Feedback interface
   543         MTouchFeedback* iFeedback;        		
   552         MTouchFeedback* iFeedback;        		
       
   553 
       
   554 		// Hide AIW submenu
       
   555         TBool iHideCallSubMenu;
   544 		
   556 		
   545     public: // new methods
   557     public: // new methods
   546         void DeleteMeL();
   558         void DeleteMeL();
   547         static TInt DeleteMe(TAny* aThis);
   559         static TInt DeleteMe(TAny* aThis);
   548 
   560