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

Method GetLogoImagePath

Modules/Annotation/src/mitkLogoAnnotation.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118std::string mitk::LogoAnnotation::GetLogoImagePath() const
119{
120 std::string path;
121 GetPropertyList()->GetStringProperty("Annotation.LogoImagePath", path);
122 return path;
123}
124
125void mitk::LogoAnnotation::SetOffsetVector(const Point2D &OffsetVector)
126{

Callers 1

LoadLogoImageFromPathMethod · 0.95

Calls 1

GetStringPropertyMethod · 0.45

Tested by

no test coverage detected