| 340 | } |
| 341 | |
| 342 | bool Command::IsEnabled() const |
| 343 | { |
| 344 | if (!handler) |
| 345 | { |
| 346 | return false; |
| 347 | } |
| 348 | |
| 349 | return handler->IsEnabled(); |
| 350 | } |
| 351 | |
| 352 | void Command::SetEnabled(const Object::Pointer& evaluationContext) |
| 353 | { |
no outgoing calls
no test coverage detected