calendarui/views/inc/calennativeview.h
branchRCL_3
changeset 60 96907930389d
parent 13 0f07cd1b5772
child 65 12af337248b1
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
   179      * @return ETrue if some command is being handled, EFalse otherwise
   179      * @return ETrue if some command is being handled, EFalse otherwise
   180      */
   180      */
   181     TBool IsCommandHandlingInProgress();
   181     TBool IsCommandHandlingInProgress();
   182     
   182     
   183     /**
   183     /**
       
   184      * @brief Checks whether eventview is launched from alarm
       
   185      * 
       
   186      * @return ETrue if launched from alarm popup, EFalse otherwise
       
   187      */
       
   188     TBool IsEventViewLaunchedFromAlarm();
       
   189     
       
   190     /**
   184      * @brief Marks that a command is being processed currently
   191      * @brief Marks that a command is being processed currently
   185      * 
   192      * 
   186      * @param aInProgress ETrue if the command is being handled, EFalse otherwise
   193      * @param aInProgress ETrue if the command is being handled, EFalse otherwise
   187      */
   194      */
   188     void SetCommandHandlingInProgress( TBool aInProgress );
   195     void SetCommandHandlingInProgress( TBool aInProgress );
   194      * @param aCollectionIds Out parameter.
   201      * @param aCollectionIds Out parameter.
   195      */
   202      */
   196     static void GetActiveCollectionidsL( 
   203     static void GetActiveCollectionidsL( 
   197             MCalenServices& aServices, 
   204             MCalenServices& aServices, 
   198             RArray< TInt >& aCollectionIds );
   205             RArray< TInt >& aCollectionIds );
   199 
   206     /**
       
   207     * @brief Sets flag to ignore tap on any of the views
       
   208     * 
       
   209     * @param bool value to ignore the tap
       
   210     */
       
   211     void SetTapIgnore(TBool);
   200 #ifdef RD_CALEN_EXTERNAL_CAL
   212 #ifdef RD_CALEN_EXTERNAL_CAL
   201 
   213 
   202     /**
   214     /**
   203      * Returns Service Handler if available
   215      * Returns Service Handler if available
   204      */
   216      */
   396     /**
   408     /**
   397      * @var iCommandProcessing
   409      * @var iCommandProcessing
   398      * @brief ETrue if some command handling is under progress, EFalse otherwise
   410      * @brief ETrue if some command handling is under progress, EFalse otherwise
   399      */
   411      */
   400     TBool iCommandProcessing;
   412     TBool iCommandProcessing;
   401     
   413     TBool iIgnoreTap;
   402     CAsyncCallBack* iAsyncCallback; 
   414     CAsyncCallBack* iAsyncCallback; 
   403     };
   415     };
   404 
   416 
   405 #endif  // CALENNATIVEVIEW_H
   417 #endif  // CALENNATIVEVIEW_H
   406 
   418