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

Method FirePostExecuteSuccess

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

Source from the content-addressed store, hash-verified

254}
255
256void Command::FirePostExecuteSuccess(const Object::Pointer returnValue)
257{
258 // Debugging output
259 if (DEBUG_COMMAND_EXECUTION)
260 {
261 CommandTracing::PrintTrace("COMMANDS", "execute" + CommandTracing::SEPARATOR
262 + "success: id=" + this->GetId() + "; returnValue=" +
263 (returnValue.IsNull() ? QString("nullptr") : returnValue->ToString()));
264 }
265
266 executionEvents.postExecuteSuccess(this->GetId(), returnValue);
267}
268
269void Command::FirePreExecute(const ExecutionEvent::ConstPointer event)
270{

Callers 1

ExecuteWithChecksMethod · 0.95

Calls 4

QStringClass · 0.50
GetIdMethod · 0.45
IsNullMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected