Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryIBerryPreferences.h>
Public Member Functions | |
ChangeEvent (IBerryPreferences *source, const QString &property, const QString &oldValue, const QString &newValue) | |
IBerryPreferences * | GetSource () const |
QString | GetProperty () const |
QString | GetOldValue () const |
QString | GetNewValue () const |
Definition at line 34 of file berryIBerryPreferences.h.
berry::IBerryPreferences::ChangeEvent::ChangeEvent | ( | IBerryPreferences * | source, |
const QString & | property, | ||
const QString & | oldValue, | ||
const QString & | newValue | ||
) |
Definition at line 25 of file berryIBerryPreferences.cpp.
QString berry::IBerryPreferences::ChangeEvent::GetNewValue | ( | ) | const |
Definition at line 49 of file berryIBerryPreferences.cpp.
QString berry::IBerryPreferences::ChangeEvent::GetOldValue | ( | ) | const |
Definition at line 44 of file berryIBerryPreferences.cpp.
QString berry::IBerryPreferences::ChangeEvent::GetProperty | ( | ) | const |
Definition at line 39 of file berryIBerryPreferences.cpp.
IBerryPreferences * berry::IBerryPreferences::ChangeEvent::GetSource | ( | ) | const |
Definition at line 34 of file berryIBerryPreferences.cpp.