phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 45 6b911d05207e
--- a/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h	Tue Jun 15 14:14:38 2010 +0100
+++ b/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h	Thu Jul 22 16:33:21 2010 +0100
@@ -46,11 +46,13 @@
 private:     
     
     void createShowCallDurationItem();
+    void createOwnVideoInReceivedCall();
     void createSoftRejectItem();
     void createCLIItem();
     void createCallWaitingtem();
     
     void connectShowCallDurationItem();
+    void connectOwnVideoInReceivedCall();
     void connectSoftRejectItem();
     void connectCLIItem();
     void connectCallWaitingItem();
@@ -60,6 +62,7 @@
 public slots:
     
     void showCallDurationStateChanged();
+    void ownVideoInReceivedCallStateChanged(int index);
     void softRejectTextChanged();
     void callWaitingCurrentIndexChanged();
     void cliCurrentIndexChanged(int index);
@@ -81,6 +84,7 @@
         int &noteId, const QString& text, HbMessageBox::MessageBoxType);
     void showGlobalErrorNote(int &noteId, int errorCode);
     void cancelNote(int noteId);
+    void showNotificationDialog(const QString& text);
     
 private:   
 
@@ -94,7 +98,8 @@
     PSetCallWaitingWrapper* m_callWaitingWrapper;
     
     // Not owned objects
-    CpSettingFormItemData *m_DataItemShowCallDuration; 
+    CpSettingFormItemData *m_DataItemShowCallDuration;
+    CpSettingFormItemData *m_OwnVideoInReceivedCall;
     CpSettingFormItemData *m_DataItemSoftRejectTextEditor;
     CpSettingFormItemData *m_DataItemCLI; 
     CpSettingFormItemData *m_DataItemCallWaiting;