Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIBerryPreferencesService.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 BERRYIBERRYPREFERENCESSERVICE_H_
13
#define BERRYIBERRYPREFERENCESSERVICE_H_
14
15
#include "
berryIPreferencesService.h
"
16
17
namespace
berry
18
{
19
20
struct
IBerryPreferencesService
:
public
IPreferencesService
21
{
27
virtual
void
ImportPreferences
(
const
QString& f,
const
QString& name=
""
) = 0;
28
32
virtual
void
ExportPreferences
(
const
QString& f,
const
QString& name=
""
) = 0;
33
34
};
35
36
}
// namespace berry
37
38
Q_DECLARE_INTERFACE(
berry::IBerryPreferencesService
,
"org.blueberry.core.runtime.IBerryPreferencesService"
)
39
40
#endif
/*BERRYIBERRYPREFERENCESSERVICE_H_*/
berry
Definition:
QmitkPropertyItemModel.h:23
berry::IBerryPreferencesService::ExportPreferences
virtual void ExportPreferences(const QString &f, const QString &name="")=0
berry::IPreferencesService
Definition:
berryIPreferencesService.h:40
berry::IBerryPreferencesService
Definition:
berryIBerryPreferencesService.h:20
berryIPreferencesService.h
berry::IBerryPreferencesService::ImportPreferences
virtual void ImportPreferences(const QString &f, const QString &name="")=0
Source
Plugins
org.blueberry.core.runtime
src
berryIBerryPreferencesService.h
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13