Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
berryIBerryPreferences.cpp
Go to the documentation of this file.
1
/*===================================================================
2
3
BlueBerry Platform
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#include "
berryIBerryPreferences.h
"
18
19
namespace
berry
{
20
21
IBerryPreferences::~IBerryPreferences
()
22
{
23
}
24
25
IBerryPreferences::ChangeEvent::ChangeEvent
(
IBerryPreferences
* source,
const
QString& property,
26
const
QString& oldValue,
const
QString& newValue)
27
: m_Source(source)
28
, m_Property(property)
29
, m_OldValue(oldValue)
30
, m_NewValue(newValue)
31
{
32
}
33
34
IBerryPreferences
*
IBerryPreferences::ChangeEvent::GetSource
()
const
35
{
36
return
m_Source;
37
}
38
39
QString
IBerryPreferences::ChangeEvent::GetProperty
()
const
40
{
41
return
m_Property;
42
}
43
44
QString
IBerryPreferences::ChangeEvent::GetOldValue
()
const
45
{
46
return
m_OldValue;
47
}
48
49
QString
IBerryPreferences::ChangeEvent::GetNewValue
()
const
50
{
51
return
m_NewValue;
52
}
53
54
}
berry
Definition:
QmitkPropertyItemModel.h:27
berry::IBerryPreferences::ChangeEvent::ChangeEvent
ChangeEvent(IBerryPreferences *source, const QString &property, const QString &oldValue, const QString &newValue)
Definition:
berryIBerryPreferences.cpp:25
berry::IBerryPreferences::ChangeEvent::GetSource
IBerryPreferences * GetSource() const
Definition:
berryIBerryPreferences.cpp:34
berryIBerryPreferences.h
berry::IBerryPreferences::~IBerryPreferences
virtual ~IBerryPreferences()
Definition:
berryIBerryPreferences.cpp:21
berry::IBerryPreferences::ChangeEvent::GetOldValue
QString GetOldValue() const
Definition:
berryIBerryPreferences.cpp:44
berry::IBerryPreferences
Definition:
berryIBerryPreferences.h:32
berry::IBerryPreferences::ChangeEvent::GetProperty
QString GetProperty() const
Definition:
berryIBerryPreferences.cpp:39
berry::IBerryPreferences::ChangeEvent::GetNewValue
QString GetNewValue() const
Definition:
berryIBerryPreferences.cpp:49
git
MITK
Plugins
org.blueberry.core.runtime
src
berryIBerryPreferences.cpp
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1