HTMLElementEventHandlerMethods< ClassType > Class Template Reference
#include <Win32WebBrowserHost.h>
Inheritance diagram for HTMLElementEventHandlerMethods< ClassType >:

Public Types | |
| typedef void(ClassType::* | MethodEventCallBack )(void) |
Public Member Functions | |
| void | add (ClassType *src, MethodEventCallBack cb) |
| void | remove (ClassType *src, MethodEventCallBack cb) |
| virtual void | fire () |
Public Attributes | |
| std::vector< std::pair< ClassType *, MethodEventCallBack > > | methodCallbacks |
template<typename ClassType>
class HTMLElementEventHandlerMethods< ClassType >
Member Typedef Documentation
|
|||||
|
|
Member Function Documentation
|
||||||||||||||||
|
|
|
|||||||||
|
Reimplemented from HTMLElementEventHandlerBase. |
|
||||||||||||||||
|
|
Member Data Documentation
|
|||||
|
|
The documentation for this class was generated from the following file:
- vcf/HTMLKit/Win32WebBrowserHost.h
