MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkIGTUIActivator.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
13#ifndef mitkIGTUIActivator_h
14#define mitkIGTUIActivator_h
15
16#include <usModuleActivator.h>
18
19namespace mitk
20{
21
28 class IGTUIActivator : public us::ModuleActivator
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
The load function of this class is executed every time, the module is loaded. Attention: don't do any...
void Unload(us::ModuleContext *) override
void Load(us::ModuleContext *) override
This class is a collection for all TrackingDeviceWidgets (derived from AbstractTrackingDeviceWidget) ...
IGT Exceptions.