calendarui/views/inc/calennativeview.h
branchRCL_3
changeset 60 96907930389d
parent 13 0f07cd1b5772
child 65 12af337248b1
--- a/calendarui/views/inc/calennativeview.h	Thu Jul 15 18:37:27 2010 +0300
+++ b/calendarui/views/inc/calennativeview.h	Thu Aug 19 09:53:43 2010 +0300
@@ -181,6 +181,13 @@
     TBool IsCommandHandlingInProgress();
     
     /**
+     * @brief Checks whether eventview is launched from alarm
+     * 
+     * @return ETrue if launched from alarm popup, EFalse otherwise
+     */
+    TBool IsEventViewLaunchedFromAlarm();
+    
+    /**
      * @brief Marks that a command is being processed currently
      * 
      * @param aInProgress ETrue if the command is being handled, EFalse otherwise
@@ -196,7 +203,12 @@
     static void GetActiveCollectionidsL( 
             MCalenServices& aServices, 
             RArray< TInt >& aCollectionIds );
-
+    /**
+    * @brief Sets flag to ignore tap on any of the views
+    * 
+    * @param bool value to ignore the tap
+    */
+    void SetTapIgnore(TBool);
 #ifdef RD_CALEN_EXTERNAL_CAL
 
     /**
@@ -398,7 +410,7 @@
      * @brief ETrue if some command handling is under progress, EFalse otherwise
      */
     TBool iCommandProcessing;
-    
+    TBool iIgnoreTap;
     CAsyncCallBack* iAsyncCallback; 
     };