phoneapp/phoneuiqtviewadapter/inc/phonecallheadermanager.h
changeset 76 cfea66083b62
parent 74 d1c62c765e48
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    74     void removeCallHeader(int callId);
    74     void removeCallHeader(int callId);
    75 
    75 
    76     /*!
    76     /*!
    77         \fn int PhoneUIQtViewAdapter::updateCallHeader()
    77         \fn int PhoneUIQtViewAdapter::updateCallHeader()
    78         
    78         
    79         This method updates call state information in call header.
    79         This method updates call header.
    80     */
    80     */
    81     void updateCallHeaderState(int callId);
    81     void updateCallHeader(int callId);
    82     
       
    83     /*!
       
    84         \fn int PhoneUIQtViewAdapter::updateCallHeaderRemoteInfo()
       
    85         
       
    86         This method updates remote information in call header.
       
    87     */
       
    88     void updateCallHeaderRemoteInfo (int callId);
       
    89     
       
    90     /*!
       
    91         \fn int PhoneUIQtViewAdapter::updateCallHeaderRemoteInfo()
       
    92         
       
    93         This method updates remote information in call header and label.
       
    94     */
       
    95     void updateCallHeaderRemoteInfoAndLabel (int callId);    
       
    96     
    82     
    97     /*!
    83     /*!
    98         \fn int PhoneUIQtViewAdapter::handleCipheringInfoChange()
    84         \fn int PhoneUIQtViewAdapter::handleCipheringInfoChange()
    99         
    85         
   100         This method updates ciphering indicators.
    86         This method updates ciphering indicators.
   147     /*!
   133     /*!
   148         \fn void PhoneUIQtViewAdapter::removeAllCallHeaders()
   134         \fn void PhoneUIQtViewAdapter::removeAllCallHeaders()
   149         
   135         
   150         This method checks is the call a voice call.
   136         This method checks is the call a voice call.
   151     */
   137     */
   152     bool isVoiceCall(int callId) const;
   138     bool isVoiceCall(int callId);
   153     
       
   154     /*!
       
   155         \fn void PhoneUIQtViewAdapter::removeAllCallHeaders()
       
   156         
       
   157         This method checks is the call a video call.
       
   158     */
       
   159     bool isVideoCall( int callId ) const;
       
   160     
   139     
   161 private:
   140 private:
   162     
   141     
   163     bool isIncoming(int callId) const;
   142     void setCommonCallHeaderData(int callId, int bubble);
   164     
   143     
   165     bool isWaitingCall(int callId) const;
   144     void sendVideoCallData(int callId);
   166     
   145     
   167     PhoneCallHeaderUtil *callHeaderUtil();
   146     PhoneCallHeaderUtil *callHeaderUtil();
   168     
   147     
   169 private:
   148 private:
   170 
   149