ofxDOM
A DOM Level 3 Events implementation for openFrameworks.
ofx::DOM::DOMEvent< EventArgsType > Class Template Reference

DOM Events follow the DOM capture, target, bubble propagation scheme. More...

#include <Events.h>

Inheritance diagram for ofx::DOM::DOMEvent< EventArgsType >:
ofx::DOM::BaseDOMEvent

Public Member Functions

bool hasBubblePhaseListeners () const override
 
bool hasCapturePhaseListeners () const override
 
ofEvent< EventArgsType > & event (bool useCapture=false)
 
void notify (EventArgsType &e)
 
- Public Member Functions inherited from ofx::DOM::BaseDOMEvent
bool hasListeners () const
 

Detailed Description

template<typename EventArgsType>
class ofx::DOM::DOMEvent< EventArgsType >

DOM Events follow the DOM capture, target, bubble propagation scheme.


The documentation for this class was generated from the following file: