qthighway/examples/appmgrclient/src/appmgrclient.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 15 1f895d8a5b2b
--- a/qthighway/examples/appmgrclient/src/appmgrclient.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qthighway/examples/appmgrclient/src/appmgrclient.h	Mon May 03 13:18:40 2010 +0300
@@ -54,25 +54,30 @@
         void test7();
         void test8();
         void test9();
+        void test10();
+        void test11();
         void anyTest();
         
        // Aiw request responses
         void handleOk(const QVariant &result);
         void handleError(int errorCode, const QString& errorMessage);
         void test4ActionTriggered();
+        void showRecipients(const QVariant &value);
 
               
 private:
-        void test(XQAiwRequest **req,const QString& interface, const QString& operation, bool embedded=true);
-        void test(XQAiwRequest **req, XQAiwInterfaceDescriptor &impl, const QString& operation, bool embedded=true);
+        void test(XQAiwRequest **req,const QString& interface, const QString& operation);
+        void test(XQAiwRequest **req, XQAiwInterfaceDescriptor &impl, const QString& operation);
         void test(XQAiwRequest **req, const QString &arg);
         void connectSignals(XQAiwRequest *req);
         void createTestFile(const QString &dir, const QString &file);
+        bool testRunning(const QString & service, const QString & interface);
 
 private:
         QCheckBox* mCheckEmbedded;
         QCheckBox* mCheckDeleteRequest;
         QCheckBox* mBackground;
+        QCheckBox* mForeground;
         QCheckBox* mGenericSend;
         QCheckBox* mSynchronous;
         QLineEdit *mReqArg;
@@ -92,13 +97,14 @@
         XQAiwRequest* req7;
         XQAiwRequest* req8;
         XQAiwRequest* req9;
+        XQAiwRequest* req10;
 
         int mImplIndex;
         
         RFs fs;
+        RFile file;
 
-        
-        RFile file;
+        QString mAppName;
 };