|
typedef QSet< State * > | Configuration |
|
|
void | activeConfigurationChanged (const QSet< State * > &configuration) |
|
void | lastTransitionChanged (Transition *transition) |
|
void | isRunningChanged (bool isRunning) |
|
void | activeRegionChanged (const QRectF ®ion) |
|
|
| RuntimeController (QObject *parent=nullptr) |
|
Configuration | activeConfiguration () const |
|
QList< Configuration > | lastConfigurations () const |
|
void | setActiveConfiguration (const Configuration &configuration) |
|
QList< Transition * > | lastTransitions () const |
|
Transition * | lastTransition () const |
|
void | setLastTransition (Transition *transition) |
|
bool | isRunning () const |
|
void | setIsRunning (bool isRunning) |
|
Q_INVOKABLE float | activenessForState (KDSME::State *state) const |
|
Q_INVOKABLE float | activenessForTransition (KDSME::Transition *transition) |
|
int | historySize () const |
|
void | setHistorySize (int size) |
|
QRectF | activeRegion () const |
|
void | clear () |
|
The documentation for this class was generated from the following files: