phoneapp/phoneuicontrol/inc/tphonecallheaderparam.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
    97         /**
    97         /**
    98         * Returns the set call header type. Used for constructing right type
    98         * Returns the set call header type. Used for constructing right type
    99         * of call bubble.
    99         * of call bubble.
   100         */
   100         */
   101         CBubbleManager::TPhoneCallTypeFlags CallHeaderType() const;
   101         CBubbleManager::TPhoneCallTypeFlags CallHeaderType() const;
       
   102             
       
   103         /**
       
   104         * Setter for divert indication showing in bubble.
       
   105         * @param aDivertIndication ETrue to show divert indication,
       
   106         *        EFalse to not. Usually setting EFalse isn't necessary
       
   107         *        as it's a default value in bubble creation.
       
   108         */
       
   109         void SetDivertIndication( const TBool aDivertIndication );
   102         
   110         
   103         /**
   111         /**
   104         * Return remote info data
   112         * Return remote info data
   105         * @param aCallid call id
   113         * @param aCallid call id
   106         * @param aData the returned remote info data
   114         * @param aData the returned remote info data
   250     private:
   258     private:
   251         
   259         
   252         MPhoneCallHeaderManagerUtility& iManagerUtility;
   260         MPhoneCallHeaderManagerUtility& iManagerUtility;
   253         MPhoneStateMachine& iStateMachine;
   261         MPhoneStateMachine& iStateMachine;
   254         CBubbleManager::TPhoneCallTypeFlags iCallHeaderType;
   262         CBubbleManager::TPhoneCallTypeFlags iCallHeaderType;
       
   263         TBool iSetDivertIndication;
       
   264             
   255     };
   265     };
   256 
   266 
   257 #endif // TPHONECALLHEADERPARAM_H
   267 #endif // TPHONECALLHEADERPARAM_H