calendarui/controller/inc/calencontroller.h
branchRCL_3
changeset 27 55d60436f00b
parent 21 9711e452b5e9
child 65 12af337248b1
equal deleted inserted replaced
21:9711e452b5e9 27:55d60436f00b
   328          * @param aCalendarInfoList reference to the calendar info list
   328          * @param aCalendarInfoList reference to the calendar info list
   329          */
   329          */
   330         void GetAllCalendarInfoL( 
   330         void GetAllCalendarInfoL( 
   331                     RPointerArray<CCalCalendarInfo>& aCalendarInfoList );
   331                     RPointerArray<CCalCalendarInfo>& aCalendarInfoList );
   332         
   332         
       
   333         /**
       
   334          * @brief sets the flag if the calendar application is launched
       
   335          *  from external application.
       
   336          * 
       
   337          * @param aFlag The flag to be set.
       
   338          */
       
   339         void SetLaunchFromExternalApp( TBool aFlag );
       
   340         
       
   341         /**
       
   342          * @brief Checks whether the calendar application is launched
       
   343          * from external application.
       
   344          * 
       
   345          * @return ETrue If the calendar application is launched from
       
   346          * external application else EFalse.
       
   347          */
       
   348         TBool IsLaunchFromExternalApp();
       
   349         
   333     private:  // Construction and destruction
   350     private:  // Construction and destruction
   334         /**
   351         /**
   335          * C++ constructor
   352          * C++ constructor
   336          */
   353          */
   337         CCalenController( CAknViewAppUi& aAppUi );
   354         CCalenController( CAknViewAppUi& aAppUi );
   414         // to be assigned to a services instance.
   431         // to be assigned to a services instance.
   415         TInt iNextServicesCommandBase; 
   432         TInt iNextServicesCommandBase; 
   416         TInt iResourceFileOffset;
   433         TInt iResourceFileOffset;
   417         CAsyncCallBack* iSystemTimeChangedMsgDelayer;   
   434         CAsyncCallBack* iSystemTimeChangedMsgDelayer;   
   418         TBool iFasterApp;
   435         TBool iFasterApp;
       
   436         TBool iLaunchFromExternalApp;
   419     };
   437     };
   420 
   438 
   421 #endif // CALENCONTROLLER_H
   439 #endif // CALENCONTROLLER_H
   422 
   440 
   423 // End of file
   441 // End of file