controlpanelui/examples/pluginlauncherclient/src/mainview.h
changeset 22 a5692c68d772
parent 19 36aa4756ee82
equal deleted inserted replaced
21:2883a5458389 22:a5692c68d772
    28     virtual ~MainView();
    28     virtual ~MainView();
    29 private:
    29 private:
    30 	void init();
    30 	void init();
    31 private slots:
    31 private slots:
    32     void launchInProcessProfileView();
    32     void launchInProcessProfileView();
       
    33     
    33     void launchQtHighwayProfileView();   
    34     void launchQtHighwayProfileView();   
       
    35     
    34     void handleReturnValue(const QVariant &returnValue);
    36     void handleReturnValue(const QVariant &returnValue);
    35     void handleError(int errorCode,const QString &errorMessage);
    37     void handleError(int errorCode,const QString &errorMessage);
       
    38     
       
    39     void closeSettingView();
       
    40     
    36 private:
    41 private:
    37     Q_DISABLE_COPY(MainView)
    42     Q_DISABLE_COPY(MainView)
    38 private:
    43 private:
    39     XQApplicationManager mAppMgr;
    44     XQApplicationManager mAppMgr;
       
    45     XQAiwRequest *mRequest;
    40 };
    46 };
    41 
    47 
    42 #endif
    48 #endif