33 #ifndef CXEXAMPLEPLUGINACTIVATOR_H_ 34 #define CXEXAMPLEPLUGINACTIVATOR_H_ 36 #include <ctkPluginActivator.h> 37 #include "boost/shared_ptr.hpp" 56 Q_INTERFACES(ctkPluginActivator)
57 Q_PLUGIN_METADATA(IID
"org_custusx_example")
64 void start(ctkPluginContext* context);
65 void stop(ctkPluginContext* context);
68 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.