33 #ifndef CXHELPPLUGINACTIVATOR_H_ 34 #define CXHELPPLUGINACTIVATOR_H_ 36 #include <ctkPluginActivator.h> 37 #include "boost/shared_ptr.hpp" 63 Q_INTERFACES(ctkPluginActivator)
64 Q_PLUGIN_METADATA(IID
"org_custusx_help")
71 void start(ctkPluginContext* context);
72 void stop(ctkPluginContext* context);
75 RegisteredServicePtr mGUIExtender;
76 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.