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

Method invokeOnEntryCommand

Libs/Core/ctkWorkflowStep.cpp:241–245  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

239
240// --------------------------------------------------------------------------
241void ctkWorkflowStep::invokeOnEntryCommand(const ctkWorkflowStep* comingFrom, const ctkWorkflowInterstepTransition::InterstepTransitionType transitionType)const
242{
243 Q_D(const ctkWorkflowStep);
244 d->invokeOnEntryCommandInternal(comingFrom, transitionType);
245}
246
247// --------------------------------------------------------------------------
248void ctkWorkflowStep::invokeOnExitCommand(const ctkWorkflowStep* goingTo, const ctkWorkflowInterstepTransition::InterstepTransitionType transitionType)const

Callers 1

onEntryInternalMethod · 0.80

Calls 1

Tested by

no test coverage detected