|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 32 of file berryIBerryPreferences.h.
| berry::IBerryPreferences::ChangeEvent::ChangeEvent | ( | IBerryPreferences * | source, |
| const QString & | property, | ||
| const QString & | oldValue, | ||
| const QString & | newValue | ||
| ) |
Definition at line 21 of file berryIBerryPreferences.cpp.
| QString berry::IBerryPreferences::ChangeEvent::GetNewValue | ( | ) | const |
Definition at line 45 of file berryIBerryPreferences.cpp.
| QString berry::IBerryPreferences::ChangeEvent::GetOldValue | ( | ) | const |
Definition at line 40 of file berryIBerryPreferences.cpp.
| QString berry::IBerryPreferences::ChangeEvent::GetProperty | ( | ) | const |
Definition at line 35 of file berryIBerryPreferences.cpp.
| IBerryPreferences * berry::IBerryPreferences::ChangeEvent::GetSource | ( | ) | const |
Definition at line 30 of file berryIBerryPreferences.cpp.