Sets the value of a property.
Implements FB::JSAPI. Definition at line 186 of file NPObjectAPI.cpp. References FB::JSAPI::SetProperty(). Referenced by SetProperty(). 193 browser->CallOnMainThread(boost::bind((FB::SetPropertyType)&JSAPI::SetProperty, this, propertyName, value));
virtual void SetProperty(const std::wstring &propertyName, const variant &value) Definition: JSAPI.h:405 boost::shared_ptr< FB::JSAPI > JSAPIPtr Defines an alias for a JSAPI shared_ptr (you should never use a JSAPI* directly) Definition: APITypes.h:94 void(JSAPI::* SetPropertyType)(const std::string &, const variant &) Defines an alias representing a function pointer to JSAPI::SetProperty. Definition: APITypes.h:176
Here is the call graph for this function:
![]() |