Medical Imaging Interaction Toolkit  2023.04.00
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
QmitkIGTCommonHelper
Simple and fast access to a pre-configured TrackingDeviceSource.
Definition: QmitkIGTCommonHelper.h:23
QmitkIGTCommonHelper::VIEW_ID
static const std::string VIEW_ID
Definition: QmitkIGTCommonHelper.h:28