qthighway/examples/appmgrclient/src/appmgrclient.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 15 1f895d8a5b2b
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    52         void test5();
    52         void test5();
    53         void test6();
    53         void test6();
    54         void test7();
    54         void test7();
    55         void test8();
    55         void test8();
    56         void test9();
    56         void test9();
       
    57         void test10();
       
    58         void test11();
    57         void anyTest();
    59         void anyTest();
    58         
    60         
    59        // Aiw request responses
    61        // Aiw request responses
    60         void handleOk(const QVariant &result);
    62         void handleOk(const QVariant &result);
    61         void handleError(int errorCode, const QString& errorMessage);
    63         void handleError(int errorCode, const QString& errorMessage);
    62         void test4ActionTriggered();
    64         void test4ActionTriggered();
       
    65         void showRecipients(const QVariant &value);
    63 
    66 
    64               
    67               
    65 private:
    68 private:
    66         void test(XQAiwRequest **req,const QString& interface, const QString& operation, bool embedded=true);
    69         void test(XQAiwRequest **req,const QString& interface, const QString& operation);
    67         void test(XQAiwRequest **req, XQAiwInterfaceDescriptor &impl, const QString& operation, bool embedded=true);
    70         void test(XQAiwRequest **req, XQAiwInterfaceDescriptor &impl, const QString& operation);
    68         void test(XQAiwRequest **req, const QString &arg);
    71         void test(XQAiwRequest **req, const QString &arg);
    69         void connectSignals(XQAiwRequest *req);
    72         void connectSignals(XQAiwRequest *req);
    70         void createTestFile(const QString &dir, const QString &file);
    73         void createTestFile(const QString &dir, const QString &file);
       
    74         bool testRunning(const QString & service, const QString & interface);
    71 
    75 
    72 private:
    76 private:
    73         QCheckBox* mCheckEmbedded;
    77         QCheckBox* mCheckEmbedded;
    74         QCheckBox* mCheckDeleteRequest;
    78         QCheckBox* mCheckDeleteRequest;
    75         QCheckBox* mBackground;
    79         QCheckBox* mBackground;
       
    80         QCheckBox* mForeground;
    76         QCheckBox* mGenericSend;
    81         QCheckBox* mGenericSend;
    77         QCheckBox* mSynchronous;
    82         QCheckBox* mSynchronous;
    78         QLineEdit *mReqArg;
    83         QLineEdit *mReqArg;
    79         QLineEdit *mTextRetValue;
    84         QLineEdit *mTextRetValue;
    80         QLabel* mRetunSignal;
    85         QLabel* mRetunSignal;
    90         XQAiwRequest* req5;
    95         XQAiwRequest* req5;
    91         XQAiwRequest* req6;
    96         XQAiwRequest* req6;
    92         XQAiwRequest* req7;
    97         XQAiwRequest* req7;
    93         XQAiwRequest* req8;
    98         XQAiwRequest* req8;
    94         XQAiwRequest* req9;
    99         XQAiwRequest* req9;
       
   100         XQAiwRequest* req10;
    95 
   101 
    96         int mImplIndex;
   102         int mImplIndex;
    97         
   103         
    98         RFs fs;
   104         RFs fs;
       
   105         RFile file;
    99 
   106 
   100         
   107         QString mAppName;
   101         RFile file;
       
   102 };
   108 };
   103 
   109 
   104 
   110 
   105 #endif
   111 #endif