MCPcopy Create free account
hub / github.com/MITK/MITK / IsEnabled

Method IsEnabled

Plugins/org.blueberry.core.commands/src/berryCommand.cpp:342–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ExecuteWithChecksMethod · 0.95
SetHandlerMethod · 0.95
UndefineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected