| 175 | } |
| 176 | |
| 177 | mitk::BaseProperty* mitk::Label::GetNonConstProperty(const std::string& propertyKey, const std::string& contextName, bool fallBackOnDefaultContext) |
| 178 | { |
| 179 | return Superclass::GetNonConstProperty(propertyKey, contextName, fallBackOnDefaultContext); |
| 180 | } |
| 181 | |
| 182 | void mitk::Label::SetLocked(bool locked) |
| 183 | { |
no outgoing calls
no test coverage detected