homescreensrv_plat/hs_widget_publisher_api/inc/hswidgetitem.h
branchRCL_3
changeset 23 ace62b58f4b2
parent 0 79c6a41cd166
equal deleted inserted replaced
22:1b207dd38b72 23:ace62b58f4b2
    60     int getItemValueInt();
    60     int getItemValueInt();
    61 
    61 
    62     /**
    62     /**
    63      */
    63      */
    64     bool isStringValue();
    64     bool isStringValue();
    65 
    65     
       
    66     /**
       
    67      */
       
    68     void triggerAdded();
       
    69     
       
    70     /**
       
    71      */
       
    72     bool isTriggerAdded();
    66     
    73     
    67 private:
    74 private:
    68     std::string mItemName;
    75     std::string mItemName;
    69     std::string mItemString;
    76     std::string mItemString;
    70     int 		mItemInt;
    77     int 		mItemInt;
    71     bool 		mIsString;
    78     bool 		mIsString;
       
    79     bool        mTrigger;
    72     };
    80     };
    73 }
    81 }
    74 
    82 
    75 #endif /*__HSWIDGETITEM_H__*/
    83 #endif /*__HSWIDGETITEM_H__*/