28 #include "application.h"
29 #include "autocreatelistener.h"
void clear_autocreate_listener(std::string template_name)
Clear the autocreate listener for the specified template.
Definition: application.cc:183
virtual void auto_created(std::string template_name, Object object)
Create a new C++ class for the autocreated object.
Definition: autocreate.h:45
Templated auto create listener to create a C++ object when a toolbox object gets auto created...
Definition: autocreate.h:60
Templated auto create listener to create a C++ object when a toolbox object gets auto created...
Definition: autocreate.h:39
Base Listener for auto create events.
Definition: autocreatelistener.h:41
Application * app()
Get the current application instance.
Definition: application.h:206
Class to manipulate a toolbox object.
Definition: object.h:50
virtual void auto_created(std::string template_name, Object object)
Create a new C++ class for the auto created toolbox object and remove the listener from the applicati...
Definition: autocreate.h:67