28 #include "application.h"
29 #include "autocreatelistener.h"
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
Base Listener for auto create events.
Definition: autocreatelistener.h:42
Application * app()
Get the current application instance.
Definition: application.h:206
Templated auto create listener to create a C++ object when a toolbox object gets auto created.
Definition: autocreate.h:40
void clear_autocreate_listener(std::string template_name)
Clear the autocreate listener for the specified template.
Definition: application.cc:183
Class to manipulate a toolbox object.
Definition: object.h:51
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
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:61