| 170 | } |
| 171 | |
| 172 | mitk::BaseProperty::ConstPointer mitk::Label::GetConstProperty(const std::string& propertyKey, const std::string& contextName, bool fallBackOnDefaultContext) const |
| 173 | { |
| 174 | return Superclass::GetConstProperty(propertyKey, contextName, fallBackOnDefaultContext); |
| 175 | } |
| 176 | |
| 177 | mitk::BaseProperty* mitk::Label::GetNonConstProperty(const std::string& propertyKey, const std::string& contextName, bool fallBackOnDefaultContext) |
| 178 | { |