25 #ifndef TBX_AUTOCREATE_LISTENER_H
26 #define TBX_AUTOCREATE_LISTENER_H
Base class for all toolbox event listeners.
Definition: listener.h:33
Base Listener for auto create events.
Definition: autocreatelistener.h:41
Class to manipulate a toolbox object.
Definition: object.h:50
virtual void auto_created(std::string template_name, Object object)=0
This is called when an object has been automatically created by the toolbox if the listener has been ...