reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofEvent.h File Reference
#include <vector>
#include <functional>
#include <mutex>
#include <thread>
#include <memory>
#include <iterator>
#include <atomic>
#include <stddef.h>
#include <deque>
#include <cstddef>
#include <iostream>
#include <array>
#include "ofConstants.h"

Go to the source code of this file.

Classes

class  ofEventListener
 
class  ofEventListeners
 
class  ofEvent< T, Mutex >
 
class  ofEvent< T, Mutex >::FunctionId< TObj, TMethod >
 
class  ofEvent< void, Mutex >
 
class  ofEvent< void, Mutex >::FunctionId< TObj, TMethod >
 
class  ofFastEvent< T >
 

Enumerations

enum  ofEventOrder { OF_EVENT_ORDER_BEFORE_APP =0 , OF_EVENT_ORDER_APP =100 , OF_EVENT_ORDER_AFTER_APP =200 }
 

Enumeration Type Documentation

◆ ofEventOrder

Enumerator
OF_EVENT_ORDER_BEFORE_APP 
OF_EVENT_ORDER_APP 
OF_EVENT_ORDER_AFTER_APP