| 293 | } |
| 294 | |
| 295 | void mitk::PropertyList::SetStringProperty(const char *propertyKey, const char *stringValue) |
| 296 | { |
| 297 | SetProperty(propertyKey, mitk::StringProperty::New(stringValue)); |
| 298 | } |
| 299 | |
| 300 | void mitk::PropertyList::Set(const char *propertyKey, bool boolValue) |
| 301 | { |