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