logsui/AppSrc/CLogsDetailView.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   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             
       
   219     private:  // data
   211     private:  // data
   220 
   212 
   221         /// Own: This view's control container.
   213         /// Own: This view's control container.
   222         CLogsDetailControlContainer* iContainer;
   214         CLogsDetailControlContainer* iContainer;
   223 
   215