homescreensrv_plat/hs_widget_publisher_api/inc/hswidgetitem.h
branchRCL_3
changeset 23 ace62b58f4b2
parent 0 79c6a41cd166
--- a/homescreensrv_plat/hs_widget_publisher_api/inc/hswidgetitem.h	Tue May 25 13:01:39 2010 +0300
+++ b/homescreensrv_plat/hs_widget_publisher_api/inc/hswidgetitem.h	Wed Jun 09 10:01:25 2010 +0300
@@ -62,13 +62,21 @@
     /**
      */
     bool isStringValue();
-
+    
+    /**
+     */
+    void triggerAdded();
+    
+    /**
+     */
+    bool isTriggerAdded();
     
 private:
     std::string mItemName;
     std::string mItemString;
     int 		mItemInt;
     bool 		mIsString;
+    bool        mTrigger;
     };
 }