|
bWidgets
Core widget toolkit designed for Blender
|
#include <array>#include <functional>#include <list>#include <unordered_map>
Include dependency graph for EventHandler.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bWidgets::bwScreenGraph::EventHandler |
| API for registering and calling event-listeners. More... | |
Namespaces | |
| namespace | bWidgets |
| namespace | bWidgets::bwScreenGraph |
Typedefs | |
| using | bWidgets::bwScreenGraph::EventListener = std::function< void(Node &)> |