|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include <optional>#include "elements/blocks/BaseBlock.h"#include "elements/blocks/structures/BlocksConnectionSide.h"
Include dependency graph for IBlockLifecycleManagerDelegate.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | business_logic::delegate::IBlockLifecycleManagerDelegate |
| Delegate that manages the lifecycles of blocks. More... | |
Namespaces | |
| namespace | business_logic |
| The business logic module. | |
| namespace | business_logic::elements |
| The elements (i.e., renderable entities constituting for the calculator) module. | |
| namespace | business_logic::elements::blocks |
| The base classes and structs for elements. | |
| namespace | business_logic::delegate |
| Delegates exposed by the business_logic module, used for integrating with a GUI / renderer implementation. | |