homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h
changeset 90 3ac3aaebaee5
parent 86 e4f038c420f7
child 97 66b5fe3c07fd
--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h	Mon Sep 20 10:19:07 2010 +0300
@@ -49,7 +49,11 @@
     static QStringList getCollectionNames();
     static QString getName(int entryId);
     static int executeAction(int entryId,
-            const QString &actionName = Hs::openActionIdentifier, 
+            const QString &actionName = Hs::openActionIdentifier,
+            QObject* receiver = NULL,
+            const char* member = NULL);
+    static int executeAction(const CaEntry &entry,
+            const QString &actionName = Hs::openActionIdentifier,
             QObject* receiver = NULL,
             const char* member = NULL);
     static bool launchTaskSwitcher();
@@ -66,13 +70,13 @@
     static bool organizeCollection(int groupId, QList<int> &entryIdList);
 
     static int allCollectionsId();
-    
+
     static int collectionIdByType(const QString& collectionType);
 
     static void touch(int entryId);
-    
+
     static void touch(const QList<int> &entryIdList);
-    
+
     static int launchSoftwareUpdate();
 
 private: