34 void bind(
const std::string&
name, std::function<
void()> callback);
39 std::function<void()> m_onBegun;
40 std::function<void()> m_onUpdated;
41 std::function<void()> m_onEnded;
The AbstractLocator class inheriting from Node class and EventWatcher class, representing the abstrac...
Definition abstractlocator.h:29
virtual ~AbstractLocator()
void send(const std::string &name)
void unbind(const std::string &name)
void bind(const std::string &name, std::function< void()> callback)
The Node class represents a node in a scene graph. A scene graph is a hierarchicaldata stucture used ...
Definition node.h:35
std::string name
This memeber stores the name of the node.
Definition node.h:37