#include <runtimecontroller.h>
Definition at line 30 of file runtimecontroller.h.
◆ Configuration
◆ RuntimeController()
RuntimeController::RuntimeController |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~RuntimeController()
RuntimeController::~RuntimeController |
( |
| ) |
|
◆ activeConfiguration()
◆ activeConfigurationChanged
void KDSME::RuntimeController::activeConfigurationChanged |
( |
const QSet< KDSME::State * > & |
configuration | ) |
|
|
signal |
◆ activenessForState()
float RuntimeController::activenessForState |
( |
KDSME::State * |
state | ) |
const |
◆ activenessForTransition()
◆ activeRegion()
QRectF RuntimeController::activeRegion |
( |
| ) |
const |
◆ activeRegionChanged
void KDSME::RuntimeController::activeRegionChanged |
( |
const QRectF & |
region | ) |
|
|
signal |
◆ clear()
void RuntimeController::clear |
( |
| ) |
|
◆ historySize()
int RuntimeController::historySize |
( |
| ) |
const |
◆ isRunning()
bool RuntimeController::isRunning |
( |
| ) |
const |
◆ isRunningChanged
void KDSME::RuntimeController::isRunningChanged |
( |
bool |
isRunning | ) |
|
|
signal |
◆ lastConfigurations()
◆ lastTransition()
Transition * RuntimeController::lastTransition |
( |
| ) |
const |
◆ lastTransitionChanged
void KDSME::RuntimeController::lastTransitionChanged |
( |
KDSME::Transition * |
transition | ) |
|
|
signal |
◆ lastTransitions()
QList< Transition * > RuntimeController::lastTransitions |
( |
| ) |
const |
◆ setActiveConfiguration()
void RuntimeController::setActiveConfiguration |
( |
const Configuration & |
configuration | ) |
|
◆ setHistorySize()
void RuntimeController::setHistorySize |
( |
int |
size | ) |
|
◆ setIsRunning()
void RuntimeController::setIsRunning |
( |
bool |
isRunning | ) |
|
◆ setLastTransition()
void RuntimeController::setLastTransition |
( |
Transition * |
transition | ) |
|
◆ activeConfiguration
QSet<KDSME::State *> KDSME::RuntimeController::activeConfiguration |
|
read |
◆ activeRegion
QRectF KDSME::RuntimeController::activeRegion |
|
read |
◆ isRunning
bool KDSME::RuntimeController::isRunning |
|
read |
◆ lastTransition
The documentation for this class was generated from the following files: