equal
deleted
inserted
replaced
252 |
252 |
253 /** |
253 /** |
254 * Get calendar icon of specific type |
254 * Get calendar icon of specific type |
255 * @return CGulIcon* |
255 * @return CGulIcon* |
256 */ |
256 */ |
257 CGulIcon* GetIconL(MCalenServices::TCalenIcons aIndex); |
257 CGulIcon* GetIconL(MCalenServices::TCalenIcons aIndex, const TInt aViewId = 0 ); |
258 |
258 |
259 /* Get multipledb manager |
259 /* Get multipledb manager |
260 * @return reference to CCalenMultipleDbManager |
260 * @return reference to CCalenMultipleDbManager |
261 */ |
261 */ |
262 CCalenMultipleDbManager& MultipleDbManager(); |
262 CCalenMultipleDbManager& MultipleDbManager(); |
327 * |
327 * |
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 |
|
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(); |
332 |
349 |
333 private: // Construction and destruction |
350 private: // Construction and destruction |
334 /** |
351 /** |
335 * C++ constructor |
352 * C++ constructor |
336 */ |
353 */ |
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 |