classicui_plat/find_item_ui_api/inc/finditemmenu.h
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   307         *                        EFalse = menu item not allowed.
   307         *                        EFalse = menu item not allowed.
   308         */
   308         */
   309         IMPORT_C void SetMenuItemVisibility( 
   309         IMPORT_C void SetMenuItemVisibility( 
   310             CFindItemMenu::TMenuItem aItem,
   310             CFindItemMenu::TMenuItem aItem,
   311             TBool aVisible );                           
   311             TBool aVisible );                           
   312 
       
   313 		/**
       
   314         * Sets AIW submenu item visibility 
       
   315         * Must be called before displaying the menu
       
   316         * 
       
   317         * @since S60 5.2
       
   318         * @param aVisible AIW submenu item visibility
       
   319         */
       
   320         IMPORT_C void SetCallSubMenuVisibility( TBool aVisible );
       
   321                   
   312                   
   322     private:
   313     private:
   323 
   314 
   324         /**
   315         /**
   325         * C++ default constructor.
   316         * C++ default constructor.
   486         /**
   477         /**
   487         * Menu item flags
   478         * Menu item flags
   488         */
   479         */
   489         TInt iMenuItemFlags;
   480         TInt iMenuItemFlags;
   490         MPBAiwNotify iCallback;
   481         MPBAiwNotify iCallback;
   491 
       
   492 		// Hide AIW submenu
       
   493         TBool iHideCallSubMenu;
       
   494    };
   482    };
   495 
   483 
   496 #endif      // FINDITEMMENU_H
   484 #endif      // FINDITEMMENU_H
   497 
   485 
   498 // End of File
   486 // End of File