MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkIGTCommonHelper.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 QmitkIGTCommonHelper_h
13#define QmitkIGTCommonHelper_h
14
15#include "MitkIGTUIExports.h"
16#include <QString>
17
23class MITKIGTUI_EXPORT QmitkIGTCommonHelper
24{
25
26public:
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