Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

HTMLElementEventHandlerMethods< ClassType > Class Template Reference

#include <Win32WebBrowserHost.h>

Inheritance diagram for HTMLElementEventHandlerMethods< ClassType >:

HTMLElementEventHandlerBase IDispatchImpl List of all members.

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

template<typename ClassType>
typedef void(ClassType::* HTMLElementEventHandlerMethods< ClassType >::MethodEventCallBack)(void)
 


Member Function Documentation

template<typename ClassType>
void HTMLElementEventHandlerMethods< ClassType >::add ClassType *  src,
MethodEventCallBack  cb
[inline]
 

template<typename ClassType>
virtual void HTMLElementEventHandlerMethods< ClassType >::fire  )  [inline, virtual]
 

Reimplemented from HTMLElementEventHandlerBase.

template<typename ClassType>
void HTMLElementEventHandlerMethods< ClassType >::remove ClassType *  src,
MethodEventCallBack  cb
[inline]
 


Member Data Documentation

template<typename ClassType>
std::vector< std::pair<ClassType*,MethodEventCallBack> > HTMLElementEventHandlerMethods< ClassType >::methodCallbacks
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information