12 #ifndef CXHELPPLUGINACTIVATOR_H_ 13 #define CXHELPPLUGINACTIVATOR_H_ 15 #include <ctkPluginActivator.h> 16 #include "boost/shared_ptr.hpp" 42 Q_INTERFACES(ctkPluginActivator)
43 Q_PLUGIN_METADATA(IID
"org_custusx_help")
50 void start(ctkPluginContext* context);
51 void stop(ctkPluginContext* context);
54 RegisteredServicePtr mGUIExtender;
55 HelpEnginePtr mEngine;
void start(ctkPluginContext *context)
boost::shared_ptr< class RegisteredService > RegisteredServicePtr
boost::shared_ptr< HelpEngine > HelpEnginePtr
void stop(ctkPluginContext *context)
Namespace for all CustusX production code.