phoneengine/phoneservices/inc/dtmfservicedepricated.h
changeset 56 5bcb308bd24d
parent 30 ebdbd102c78a
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    36         QObject *parent = 0);
    36         QObject *parent = 0);
    37     ~DTMFServiceDepricated();
    37     ~DTMFServiceDepricated();
    38     
    38     
    39 public slots:
    39 public slots:
    40     /*!
    40     /*!
    41         \fn playDTMFTone(const QChar& keyToPlay)
    41     deprecated
    42         
       
    43         This method plays DTMF tone matching given character.
       
    44         If character doesn't match any supported DTMF tone
       
    45         it is ignored.
       
    46         
       
    47         Usage example:
       
    48         XQServiceRequest snd("com.nokia.services.telephony","playDTMFTone(QChar)");
       
    49         snd << "5";
       
    50     */
    42     */
    51     void playDTMFTone(const QChar& keyToPlay);
    43     void playDTMFTone(const QChar& keyToPlay);
    52 
    44 
    53     /*!
    45     /*!
    54         \fn stopDTMFPlay()
    46     deprecated
    55         
       
    56         This method stops playing DTMF tone if it is currently played.
       
    57     */
    47     */
    58     void stopDTMFPlay();
    48     void stopDTMFPlay();
    59     
    49     
    60     
    50     
    61 private:
    51 private:
    62     MPECallControlIF &m_call;
    52     MPECallControlIF &m_call;
    63     MPECallSettersIF &m_parameters;    
    53     MPECallSettersIF &m_parameters;
    64 };
    54 };
    65 
    55 
    66 #endif // DTMFSERVICE_H
    56 #endif // DTMFSERVICE_H