FB::PluginEvent Class Reference
Plugin event base class. More...
#include <PluginEvent.h>
Inheritance diagram for FB::PluginEvent:

Public Member Functions | |
| template<class T > | |
| T * | get () |
| Dynamic cast the pluginEvent to the specified type and throw an exception if it is not a subtype of the specified type. | |
| template<class T > | |
| bool | validType () |
| Returns true if the object can be cast to the specified type. | |
Detailed Description
Plugin event base class.
This is the base class for all system (non-js) events that are used in the plugin. Most of these come from the PluginWindow, but BrowserStream uses these as well, and in the future other functionality might.
Definition at line 36 of file PluginEvent.h.
The documentation for this class was generated from the following file:
Generated on 19 Jun 2013 for FireBreath by
1.6.1
Labels
