|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include "elements/blocks/BaseBlock.h"#include "elements/interactions/IDoubleClickable.h"#include "logging/Loggable.h"#include "typenames.h"#include "utils/misc.h"
Include dependency graph for ConstantBlock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | business_logic::elements::blocks::ConstantBlock |
| A constant block that holds a constant value (scalar) 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. | |