MCPcopy Create free account
hub / github.com/MITK/MITK / setProperty

Method setProperty

Modules/AppUtil/src/mitkBaseApplication.cpp:1103–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101 }
1102
1103 void BaseApplication::setProperty(const QString &property, const QVariant &value)
1104 {
1105 d->m_FWProps[property] = value;
1106 }
1107
1108 QVariant BaseApplication::getProperty(const QString &property) const
1109 {

Callers 15

mainFunction · 0.80
GetSubjectMethod · 0.80
GetProjectMethod · 0.80
GetExperimentMethod · 0.80
mainFunction · 0.80
CheckCastAndSetPropMethod · 0.80
SetPropertyValueMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
FillMethod · 0.80
FillMethod · 0.80
QtShellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected