| 294 | } |
| 295 | |
| 296 | std::string mitk::Label::GetDescription() const |
| 297 | { |
| 298 | std::string description = ""; |
| 299 | GetStringProperty("description", description); |
| 300 | return description; |
| 301 | } |
| 302 | |
| 303 | void mitk::Label::SetDescription(const std::string& description) |
| 304 | { |
no outgoing calls