Skip to end of metadata
Go to start of metadata

void FB::JSAPIImpl::FireEvent ( const std::wstring &  eventName,
const std::vector< variant > &  args 
) [inline, protected, virtual]

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

Definition at line 92 of file JSAPIImpl.h.

References FB::wstring_to_utf8().

Referenced by FB::JSAPISimple::callFireEvent().

00093         {
00094             FireEvent(wstring_to_utf8(eventName), args);
00095         }

Here is the call graph for this function:


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