Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkIGTUIActivator.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkIGTUIActivator_H
14 #define mitkIGTUIActivator_H
15 
16 #include <usModuleActivator.h>
18 
19 namespace mitk
20 {
21 
29  {
30  public:
32  ~IGTUIActivator() override;
33  void Load(us::ModuleContext*) override;
34  void Unload(us::ModuleContext*) override;
35 
36  private:
37  TrackingDeviceWidgetCollection m_DeviceWidgetCollection;
38 
39  };
40 }
41 
42 #endif // mitkIGTUIActivator_H
void Load(us::ModuleContext *) override
This class is a collection for all TrackingDeviceWidgets (derived from AbstractTrackingDeviceWidget) ...
DataCollection - Class to facilitate loading/accessing structured data.
void Unload(us::ModuleContext *) override
The load function of this class is executed every time, the module is loaded. Attention: don&#39;t do any...