phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 27 2f8f8080a020
parent 46 bc5a64e5bc3c
--- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h	Tue Jun 15 14:14:38 2010 +0100
+++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpplugincommon.h	Thu Jul 22 16:33:21 2010 +0100
@@ -67,7 +67,13 @@
       */
     bool showCallDuration();
     int setShowCallDuration(bool value);
-
+    
+    /*!
+      Own video in received call setting
+     */
+    int readVtVideoSending();
+    int writeVtVideoSending(int value);
+    
     /*!
       Soft reject text setting
       */
@@ -91,11 +97,28 @@
      */
     bool isPhoneOffline() const;
 
+    /*!
+     Checks if ongoing call exists.
+     Return true if ongoing call exists.
+     Return false if ongoing call does not exist.
+     */
+    bool isOngoingCall() const;
+	
+	/*!
+     Forbidden Icon support
+     */
+    bool forbiddenIconSupported() const;
+
 private:
     /*!
       Read cenrep value. 
       */
     QVariant readCenrepValue( const long int uid, const unsigned long int key) const;
+
+    /*!
+      Read pubsub value. 
+      */
+    QVariant readPubSubValue( const long int uid, const unsigned long int key) const;
     
     /*!
       Read cenrep string.