phoneapp/phoneuiview/inc/cphoneviewcontroller.h
branchRCL_3
changeset 58 40a3f856b14d
parent 57 94dc1107e8b2
equal deleted inserted replaced
57:94dc1107e8b2 58:40a3f856b14d
   293         /**
   293         /**
   294         * Indicates whether application needs to return to the
   294         * Indicates whether application needs to return to the
   295         * background after being brought to the foreground using
   295         * background after being brought to the foreground using
   296         * BringToForeground()
   296         * BringToForeground()
   297         */
   297         */
   298         TBool GetNeedToReturnToForegroundAppAfterCall() const;
   298         TBool GetNeedToReturnToForegroundAppAfterCallL();
   299 
   299 
   300         /**
   300         /**
   301         * Gets the blocking dialogs status
   301         * Gets the blocking dialogs status
   302         */
   302         */
   303         void GetBlockingDialogIsDisplayed( TPhoneCommandParam* aCommandParam );
   303         void GetBlockingDialogIsDisplayed( TPhoneCommandParam* aCommandParam );
   622         *
   622         *
   623         * @aAppWgID     window group id to check
   623         * @aAppWgID     window group id to check
   624         * @return TInt  KErrNotFound if app not exists anymore in the list
   624         * @return TInt  KErrNotFound if app not exists anymore in the list
   625         *                   otherwise app index in the list.
   625         *                   otherwise app index in the list.
   626         */
   626         */
   627         TInt FindAppByWgIDL( TInt aAppWgID );
   627         TInt FindAppByWgIDL( TInt aAppWgID ) const;
   628 
   628 
   629        /**
   629        /**
   630         * Returns single item fetch type
   630         * Returns single item fetch type
   631         * @return single item fetch type
   631         * @return single item fetch type
   632         */
   632         */
   668 
   668 
   669         /**
   669         /**
   670          * Checks if emergency call is ongoing.
   670          * Checks if emergency call is ongoing.
   671          */
   671          */
   672         TBool IsEmergencyCallOngoing();
   672         TBool IsEmergencyCallOngoing();
       
   673         
       
   674         /**
       
   675         * Is it ok to aType effect inside phoneapp.
       
   676         */
       
   677         TBool IsOkToUseThisTypeOfEffectInsidePhoneApp( 
       
   678                 TPhoneTransEffectType aType );
   673 
   679 
   674     private:
   680     private:
   675         /**
   681         /**
   676          * Called by the skin server when skin content is changed and the
   682          * Called by the skin server when skin content is changed and the
   677          * connected client wants to be informed.
   683          * connected client wants to be informed.