activityfw/activityserviceplugin/applicationlauncher.h
changeset 66 32469d7d46ff
parent 61 8e5041d13c84
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 #ifndef APPLICATIONLAUNCHER_H
    17 #ifndef APPLICATIONLAUNCHER_H
    18 #define APPLICATIONLAUNCHER_H
    18 #define APPLICATIONLAUNCHER_H
    19 
    19 
    25 {
    25 {
    26 
    26 
    27 public:
    27 public:
    28     ApplicationLauncher();
    28     ApplicationLauncher();
    29     ~ApplicationLauncher();
    29     ~ApplicationLauncher();
    30     
    30 
    31 public:    
    31 public:
    32     bool isRunning(int applicationId);
    32     bool isRunning(int applicationId);
    33     void startApplication(int applicationId, const QString &activityId);
    33     void startApplication(int applicationId, const QString &activityId);
    34     void bringToForeground(int applicationId);
    34     void bringToForeground(int applicationId);
    35     
    35 
    36 private:    
    36 private:
    37     ApplicationLauncherPrivate *d_ptr;
    37     ApplicationLauncherPrivate *d_ptr;
    38     
    38 
    39 };
    39 };
    40 
    40 
    41 #endif // APPLICATIONLAUNCHER_H
    41 #endif // APPLICATIONLAUNCHER_H