Skip to end of metadata
Go to start of metadata

void FB::JSAPIImpl::registerEventMethod ( const std::wstring &  name,
JSObjectPtr event 
) [inline, 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 275 of file JSAPIImpl.h.

References registerEventMethod(), and FB::wstring_to_utf8().

00276         {
00277             registerEventMethod(wstring_to_utf8(name), event);
00278         }

Here is the call graph for this function:


Generated on 19 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None