12 #ifndef CXEXAMPLEPLUGINACTIVATOR_H_ 13 #define CXEXAMPLEPLUGINACTIVATOR_H_ 15 #include <ctkPluginActivator.h> 16 #include "boost/shared_ptr.hpp" 35 Q_INTERFACES(ctkPluginActivator)
36 Q_PLUGIN_METADATA(IID
"org_custusx_example")
43 void start(ctkPluginContext* context);
44 void stop(ctkPluginContext* context);
47 RegisteredServicePtr mRegistration;
boost::shared_ptr< ExampleGUIExtenderService > ExampleGUIExtenderServicePtr
~ExamplePluginActivator()
void start(ctkPluginContext *context)
boost::shared_ptr< class RegisteredService > RegisteredServicePtr
void stop(ctkPluginContext *context)
Namespace for all CustusX production code.