phoneapp/phoneuiview/inc/cphoneviewcontroller.h
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 5 2a26698d78ba
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
   265         /**
   265         /**
   266         * Indicates whether application needs to return to the
   266         * Indicates whether application needs to return to the
   267         * background after being brought to the foreground using
   267         * background after being brought to the foreground using
   268         * BringToForeground()
   268         * BringToForeground()
   269         */
   269         */
   270         TBool NeedToSendToBackground();
   270         TBool GetNeedToReturnToForegroundAppAfterCall() const;
   271 
   271 
   272         /**
   272         /**
   273         * Gets the blocking dialogs status
   273         * Gets the blocking dialogs status
   274         */
   274         */
   275         void GetBlockingDialogIsDisplayed( TPhoneCommandParam* aCommandParam );
   275         void GetBlockingDialogIsDisplayed( TPhoneCommandParam* aCommandParam );
   276 
   276 
   277         /**
   277         /**
   278         * Sets the required background status of the application
   278         * Sets the required background status of the application
   279         */
   279         */
   280         void SetNeedToSendToBackground( TPhoneCommandParam* aCommandParam );
   280         void SetNeedToReturnToForegroundAppAfterCall( TPhoneCommandParam* aCommandParam );
   281 
   281 
   282         /**
   282         /**
   283         * Sends application to background.
   283         * Sends application to background.
   284         */
   284         */
   285         void SendToBackgroundL();
   285         void SendToBackgroundL();
   335         /**
   335         /**
   336         * Activate other application with specific view with conventional way
   336         * Activate other application with specific view with conventional way
   337         * @param aCommandParam command parameter
   337         * @param aCommandParam command parameter
   338         */
   338         */
   339         void ActivateAppViewConventionalL( TPhoneCommandParam* aCommandParam );
   339         void ActivateAppViewConventionalL( TPhoneCommandParam* aCommandParam );
       
   340 
       
   341         /**
       
   342         * Launches multimedia sharing (live video sharing)
       
   343         */
       
   344         static void LaunchMultimediaSharingL();
   340 
   345 
   341         /**
   346         /**
   342         * Launches application.
   347         * Launches application.
   343         */
   348         */
   344         void LaunchApplicationL();
   349         void LaunchApplicationL();
   763         TBool iDialerSendKeyActivation;
   768         TBool iDialerSendKeyActivation;
   764 
   769 
   765         TInt iPrevious;
   770         TInt iPrevious;
   766 
   771 
   767         TBool iPriotityChanged;
   772         TBool iPriotityChanged;
       
   773         
       
   774         // Boolean flag. ETrue if the application needs to return
       
   775         // to the foreground after call ended
       
   776         TBool iNeedToReturnToForegroundAppAfterCall;
   768     };
   777     };
   769 
   778 
   770 #endif // CPHONEVIEWCONTROLLER_H
   779 #endif // CPHONEVIEWCONTROLLER_H