phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/testpbkservices.h
changeset 59 a642906a277a
parent 46 efe85016a067
--- a/phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/testpbkservices.h	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/testpbkservices.h	Wed Aug 18 09:39:00 2010 +0300
@@ -25,6 +25,8 @@
 #include <xqappmgr.h>
 
 class HbMainWindow;
+class HbAction;
+class HbDialog;
 
 /**
  * Launches phonebookservices highway services, for functional testing.
@@ -47,20 +49,28 @@
     // EDIT - create new
     void launchEditCreateNew_number();
     void launchEditCreateNew_number_old();
+    void launchEditCreateNew_numberWithSubtype();
+    void launchEditCreateNew_numberWithSubtype_old();    
     void launchEditCreateNew_email();
     void launchEditCreateNew_email_old();
     void launchEditCreateNew_onlineAccount();
     void launchEditCreateNew_onlineAccount_old();
+    void launchEditCreateNew_onlineAccountWithSubtype();
+    void launchEditCreateNew_onlineAccountWithSubtype_old();
     void launchEditorVCard();
     void launchEditorVCard_old();
 
     // EDIT - update existing
     void launchEditUpdateExisting_number();
     void launchEditUpdateExisting_number_old();
+    void launchEditUpdateExisting_numberWithSubtype();
+    void launchEditUpdateExisting_numberWithSubtype_old();    
     void launchEditUpdateExisting_email();
     void launchEditUpdateExisting_email_old();
     void launchEditUpdateExisting_onlineAccount();
     void launchEditUpdateExisting_onlineAccount_old();
+    void launchEditUpdateExisting_onlineAccountWithSubtype();
+    void launchEditUpdateExisting_onlineAccountWithSubtype_old();
 
     // CONTACT CARD
     void launchContactCard();
@@ -71,6 +81,9 @@
     void launchContactCardEmail_old();
     void launchContactCardOnlineAccount();
     void launchContactCardOnlineAccount_old();
+    
+    // GROUP MEMBER VIEW
+    void launchGroupMemberView();
 
     void onEditCompleted(const QVariant& value);
     void onRequestCompleted(const QVariant& value);
@@ -82,9 +95,9 @@
 private:
     void launchMultiFetch( bool aNewInterface, QString aAction );
     void launchSingleFetch( bool aNewInterface, QString aAction );
-    void launchEditCreateNew( bool aNewInterface, QString aDetailType, QString aFieldContent );
+    void launchEditCreateNew( bool aNewInterface, QString aDetailType, QString aFieldContent, QString aDetailSubtype = QString() );
     void launchEditorVCard( bool aNewInterface );
-    void launchEditUpdateExisting( bool aNewInterface, QString aDetailType, QString aDetailValue );
+    void launchEditUpdateExisting( bool aNewInterface, QString aDetailType, QString aDetailValue, QString aDetailSubtype = QString());
     void launchContactCard( bool aNewInterface );
     void launchContactCard( bool aNewInterface, QString aDetailType, QString aDetailValue );
 
@@ -92,6 +105,7 @@
 
     XQAiwRequest         *mRequest; 
     HbMainWindow         *mMainWindow;
+    HbDialog             *mPopup;
 
 };