MCPcopy Create free account
hub / github.com/commontk/CTK / sendCallOut

Method sendCallOut

Libs/CommandLineModules/Core/ctkCmdLineModuleFutureInterface.cpp:40–51  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

38
39//----------------------------------------------------------------------------
40void ctkCmdLineModuleFutureInterfacePrivate::sendCallOut(const ctkCmdLineModuleFutureCallOutEvent &callOutEvent)
41{
42 if (OutputConnections.isEmpty())
43 {
44 return;
45 }
46
47 for (int i = 0; i < OutputConnections.count(); ++i)
48 {
49 OutputConnections.at(i)->postCmdLineModuleCallOutEvent(callOutEvent);
50 }
51}
52
53//----------------------------------------------------------------------------
54void ctkCmdLineModuleFutureInterfacePrivate::connectOutputInterface(ctkCmdLineModuleFutureCallOutInterface *iface)

Callers 2

reportOutputDataMethod · 0.80
reportErrorDataMethod · 0.80

Calls 3

isEmptyMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected