Skip to end of metadata
Go to start of metadata

void FB::JSAPIProxy::SetProperty ( const std::wstring &  propertyName,
const variant value 
) [virtual]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Reimplemented from FB::JSAPI.

Definition at line 205 of file JSAPIProxy.cpp.

References FB::JSAPIImpl::getZone().

00206 {
00207     FB::scoped_zonelock _l(getAPI(), getZone());
00208     getAPI()->SetProperty(propertyName, value);
00209 }

Here is the call graph for this function:


Generated on 23 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None