equal
deleted
inserted
replaced
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 |