![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "conditional.h"Go to the source code of this file.
Namespaces | |
| namespace | Tasking |
| \inmodule TaskingSolution | |
Functions | |
| static Group | Tasking::conditionRecipe (const Storage< bool > &bodyExecutedStorage, const ConditionData &condition) |
| static ExecutableItem | Tasking::conditionsRecipe (const QList< ConditionData > &conditions) |
| ThenItem | Tasking::operator>> (const If &ifItem, const Then &thenItem) |
| ThenItem | Tasking::operator>> (const ElseIfItem &elseIfItem, const Then &thenItem) |
| ElseIfItem | Tasking::operator>> (const ThenItem &thenItem, const ElseIf &elseIfItem) |
| ElseItem | Tasking::operator>> (const ThenItem &thenItem, const Else &elseItem) |