appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/testinstaller.h
changeset 72 a0dc14075813
parent 67 3a625661d1ce
equal deleted inserted replaced
67:3a625661d1ce 72:a0dc14075813
    42     void removeViewActivated();
    42     void removeViewActivated();
    43     void silentInstallCheckChanged(int state);
    43     void silentInstallCheckChanged(int state);
    44     void silentRemoveCheckChanged(int state);
    44     void silentRemoveCheckChanged(int state);
    45     void rfileCheckChanged(int state);
    45     void rfileCheckChanged(int state);
    46     void ocspCheckChanged(int state);
    46     void ocspCheckChanged(int state);
       
    47     void cancelInstallingChanged(int state);
       
    48     void cancelRemovingChanged(int state);
    47     void installableDirChanged(int index);
    49     void installableDirChanged(int index);
    48     void installableFileChanged(int index);
    50     void installableFileChanged(int index);
    49     void installUsingNewApi();
    51     void installUsingNewApi();
    50     void installUsingOldApi();
    52     void installUsingOldApi();
    51     void installByOpeningFile();
    53     void installByOpeningFile();
    52     void cancelInstalling();
       
    53     void removeUsingNewApi();
    54     void removeUsingNewApi();
    54     void removeUsingOldApi();
    55     void removeUsingOldApi();
    55     void handleComplete();
    56     void handleComplete();
    56     void handleError(int error);
    57     void handleError(int error);
    57     void closeApp();
    58     void closeApp();
    58     void fileOpenOk(const QVariant &result);
    59     void fileOpenOk(const QVariant &result);
    59     void fileOpenFailed(int errorCode, const QString &errorMsg);
    60     void fileOpenFailed(int errorCode, const QString &errorMsg);
       
    61     void cancelInstalling();
       
    62     void cancelRemoving();
    60 
    63 
    61 private:    // functions
    64 private:    // functions
       
    65     void createInstallView();
       
    66     void createRemoveView();
    62     void getInstallDirs(QStringList& dirList);
    67     void getInstallDirs(QStringList& dirList);
    63     void changeDir(const QString& dirPath);
    68     void changeDir(const QString& dirPath);
    64     void getRemovableApps();
    69     void getRemovableApps();
    65     void doGetRemovableAppsL();
    70     void doGetRemovableAppsL();
    66     bool isFileSelected();
    71     bool isFileSelected();
    76     HbView       *mRemoveView;
    81     HbView       *mRemoveView;
    77     bool         mUseSilentInstall;
    82     bool         mUseSilentInstall;
    78     bool         mUseSilentUninstall;
    83     bool         mUseSilentUninstall;
    79     bool         mUseRFileInstall;
    84     bool         mUseRFileInstall;
    80     bool         mOcsp;
    85     bool         mOcsp;
       
    86     bool         mCancelInstallShortly;
       
    87     bool         mCancelRemoveShortly;
    81     HbComboBox   *mInstallDirectories;
    88     HbComboBox   *mInstallDirectories;
    82     HbComboBox   *mInstallableFiles;
    89     HbComboBox   *mInstallableFiles;
    83     HbComboBox   *mRemovableApps;
    90     HbComboBox   *mRemovableApps;
    84     QList<Usif::TComponentId> mRemovableComponentIds;
    91     QList<Usif::TComponentId> mRemovableComponentIds;
    85     QList<TUid>  mRemovableUids;
    92     QList<TUid>  mRemovableUids;