Re: [Interest] SignalTranisition: using of signal arguments within onTriggered handler?

2017-04-26 Thread Marco Piccolino
o do). > > So it is not quite correct when you say "there is no way to check if the > API is used correctly" - it just happens that it is YOUR application now > that is supposed to validate the data (or at least it has to know > exactly what it does ;)). > > > Che

Re: [Interest] SignalTranisition: using of signal arguments within onTriggered handler?

2017-04-25 Thread Jan Krause
ok... I take scxml state machine ... with '_event.data' I have my feature... :) br Jan Am 21.04.2017 um 15:26 schrieb Jan Krause: Hi all, a transition of a state machine has normally the properties trigger/signal, guard, action... a SignalTransition

[Interest] SignalTranisition: using of signal arguments within onTriggered handler?

2017-04-21 Thread Jan Krause
Hi all, a transition of a state machine has normally the properties trigger/signal, guard, action... a SignalTransition (http://doc.qt.io/qt-5/qml-qtqml-statemachine-signaltransition.html) of the declarative state machine framework has signal + guard ... where is the action property? there