MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkPluginActivator.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12#ifndef mitkPluginActivator_h
13#define mitkPluginActivator_h
14
15#include <ctkPluginActivator.h>
16
17namespace mitk {
18
19class PluginActivator :
20 public QObject, public ctkPluginActivator
21{
22 Q_OBJECT
23 Q_PLUGIN_METADATA(IID "org_mitk_gui_qt_igtexamples")
24 Q_INTERFACES(ctkPluginActivator)
25
26public:
27
28 void start(ctkPluginContext* context) override;
29 void stop(ctkPluginContext* context) override;
30
31}; // PluginActivator
32
33}
34
35#endif
void start(ctkPluginContext *context) override
void stop(ctkPluginContext *context) override
IGT Exceptions.
org_mbi_gui_qt_usnavigation_Activator PluginActivator