66 void timerEvent(QTimerEvent *event);
81 void onPythonStateChanged(tPythonTransitions pyTransition,
bool immediate);
82 void propertiesChanged();
85 void pythonStateChanged(tPythonTransitions pyTransition);
Definition pythonEngine.h:118
One instance of this class is created by MainApplication::setupApplication and runs in the main threa...
Definition pythonStatePublisher.h:58
int m_delayMs
delay time of non-immediate state changes in ms
Definition pythonStatePublisher.h:78
Definition apiFunctionsGraph.cpp:40
Definition pythonStatePublisher.h:70
tPythonTransitions transition
the scheduled transition
Definition pythonStatePublisher.h:74
int timerId
-1 if no timer is currently set, else the timer id
Definition pythonStatePublisher.h:73