Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkIGTCommonHelper.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 #ifndef QmitkIGTCommonHelper_H
13 #define QmitkIGTCommonHelper_H
14 
15 #include "MitkIGTUIExports.h"
16 #include <QString>
17 
23 class MITKIGTUI_EXPORT QmitkIGTCommonHelper
24 {
25 
26 public:
27 
28  static const std::string VIEW_ID;
29 
30  static void SetLastFileSavePath(const QString& str);
31 
32  static void SetLastFileSavePathByFileName(const QString& str);
33 
34  static const QString GetLastFileSavePath();
35 
36  static void SetLastFileLoadPath(const QString& str);
37 
38  static void SetLastFileLoadPathByFileName(const QString& str);
39 
40  static const QString GetLastFileLoadPath();
41 };
42 #endif
Simple and fast access to a pre-configured TrackingDeviceSource.
static const std::string VIEW_ID