phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 27 2f8f8080a020
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    65     /*!
    65     /*!
    66       Show call duration setting
    66       Show call duration setting
    67       */
    67       */
    68     bool showCallDuration();
    68     bool showCallDuration();
    69     int setShowCallDuration(bool value);
    69     int setShowCallDuration(bool value);
    70 
    70     
       
    71     /*!
       
    72       Own video in received call setting
       
    73      */
       
    74     int readVtVideoSending();
       
    75     int writeVtVideoSending(int value);
       
    76     
    71     /*!
    77     /*!
    72       Soft reject text setting
    78       Soft reject text setting
    73       */
    79       */
    74     void readSoftRejectText( QString &text, bool &userDefined );
    80     void readSoftRejectText( QString &text, bool &userDefined );
    75     int writeSoftRejectText(const QString &text, bool userDefined );
    81     int writeSoftRejectText(const QString &text, bool userDefined );
    89      Return true if phone is in offline mode.
    95      Return true if phone is in offline mode.
    90      Return false if phone is not in offline mode.
    96      Return false if phone is not in offline mode.
    91      */
    97      */
    92     bool isPhoneOffline() const;
    98     bool isPhoneOffline() const;
    93 
    99 
       
   100     /*!
       
   101      Checks if ongoing call exists.
       
   102      Return true if ongoing call exists.
       
   103      Return false if ongoing call does not exist.
       
   104      */
       
   105     bool isOngoingCall() const;
       
   106 	
       
   107 	/*!
       
   108      Forbidden Icon support
       
   109      */
       
   110     bool forbiddenIconSupported() const;
       
   111 
    94 private:
   112 private:
    95     /*!
   113     /*!
    96       Read cenrep value. 
   114       Read cenrep value. 
    97       */
   115       */
    98     QVariant readCenrepValue( const long int uid, const unsigned long int key) const;
   116     QVariant readCenrepValue( const long int uid, const unsigned long int key) const;
       
   117 
       
   118     /*!
       
   119       Read pubsub value. 
       
   120       */
       
   121     QVariant readPubSubValue( const long int uid, const unsigned long int key) const;
    99     
   122     
   100     /*!
   123     /*!
   101       Read cenrep string. 
   124       Read cenrep string. 
   102       */
   125       */
   103     QString readCenrepString( const long int uid, const unsigned long int key) const;
   126     QString readCenrepString( const long int uid, const unsigned long int key) const;