logsui/AppSrc/CLogsDetailView.h
branchRCL_3
changeset 68 9da50d567e3c
parent 0 e686773b3f54
child 85 38bb213f60ba
equal deleted inserted replaced
63:f4a778e096c2 68:9da50d567e3c
   206          * EFalse otherwise.
   206          * EFalse otherwise.
   207          */
   207          */
   208         void SetMenuItemsItemSpecificProperty(
   208         void SetMenuItemsItemSpecificProperty(
   209                 CEikMenuPane* aMenuPane, TBool aItemSpecific );
   209                 CEikMenuPane* aMenuPane, TBool aItemSpecific );
   210 
   210 
       
   211     public:   
       
   212     	/**
       
   213     	 * Get whether the original CallMenu is visible
       
   214     	 *
       
   215     	 * @return EFalse\ETrue whether the original CallMenu is visible
       
   216     	 */ 
       
   217         TBool OriginalCallMenuIsVisible();
       
   218             
   211     private:  // data
   219     private:  // data
   212 
   220 
   213         /// Own: This view's control container.
   221         /// Own: This view's control container.
   214         CLogsDetailControlContainer* iContainer;
   222         CLogsDetailControlContainer* iContainer;
   215 
   223